Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.17 KB

Project.Projects.Add.md

File metadata and controls

42 lines (25 loc) · 1.17 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Projects.Add method (Project)
project-server
Project.Projects.Add
51629c33-1521-bfee-edf7-bed792d393c1
06/08/2017
medium

Projects.Add method (Project)

Adds a Project object to a Projects collection.

Syntax

expression.Add (DisplayProjectInfo, Template, FileNewDialog)

expression A variable that represents a 'Projects' object.

Parameters

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.

Return value

Project

See also

Projects Collection Object

[!includeSupport and feedback]