title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Projects.Add method (Project) |
project-server |
|
51629c33-1521-bfee-edf7-bed792d393c1 |
06/08/2017 |
medium |
Adds a Project object to a Projects collection.
expression.Add (DisplayProjectInfo, Template, FileNewDialog)
expression A variable that represents a 'Projects' object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
DisplayProjectInfo | Optional | Boolean | True if the Project Information dialog box appears when a new project is created. The default value is False. |
Template | Optional | String | A path and file name for a template to use when creating the project. If Template is omitted, a blank project is created. |
FileNewDialog | Optional | Boolean | True if the Templates dialog box is displayed when creating the project. If Template is specified, FileNewDialog is ignored. |
Project
[!includeSupport and feedback]