Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.26 KB

Project.Application.Publish.md

File metadata and controls

43 lines (27 loc) · 1.26 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Publish method (Project)
vbapj.chm2278
vbapj.chm2278
project-server
Project.Application.Publish
8605f6c9-8710-0c08-79c8-8dec2bedfe18
06/08/2017
medium

Application.Publish method (Project)

Sends message to the Project Server Queueing Service to publish the local project cache to Project Server, and optionally to the associated SharePoint site for the project workspace. Project Professional only.

Syntax

expression.Publish (Republish, WssUrl)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Republish Optional Boolean If True, publish the entire project plan.
WssUrl Optional String URL for the SharePoint site where the project workspace is to be provisioned. If NULL, no workspace is provisioned.

Return value

Boolean

Remarks

Typically the publish action is incremental: Only changed data is pushed through from the working store to the published store, Republish forces all data to be published.

[!includeSupport and feedback]