Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.2 KB

Project.application.createprojectsite.md

File metadata and controls

42 lines (28 loc) · 1.2 KB
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Application.CreateProjectSite method (Project)
vbapj.chm142
vbapj.chm142
project-server
79c77f3c-0ea6-eed7-762c-f364dc7f3ab7
06/08/2017
medium

Application.CreateProjectSite method (Project)

Creates a site for the active project in a Project Web App instance on SharePoint Server 2013.

Syntax

expression. CreateProjectSite (ParentSiteUrl, NewSiteName, LaunchBrowser)

expression A variable that represents an Application object.

Parameters

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

Return value

Boolean

True if the project site is successfully created.

[!includeSupport and feedback]