title | keywords | f1_keywords | ms.service | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|---|
Application.CreateProjectSite method (Project) |
vbapj.chm142 |
|
project-server |
79c77f3c-0ea6-eed7-762c-f364dc7f3ab7 |
06/08/2017 |
medium |
Creates a site for the active project in a Project Web App instance on SharePoint Server 2013.
expression. CreateProjectSite
(ParentSiteUrl, NewSiteName, LaunchBrowser)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
ParentSiteUrl | Optional | Variant | URL of the parent Project Web App site. |
NewSiteName | Optional | Variant | Name of the new project site. |
LaunchBrowser | Optional | Variant | True to launch the browser and open the new project site. The default value is False. |
ParentSiteUrl | Optional | Variant | |
NewSiteName | Optional | Variant | |
LaunchBrowser | Optional | Variant |
Boolean
True if the project site is successfully created.
[!includeSupport and feedback]