title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.Publish method (Project) |
vbapj.chm2278 |
|
project-server |
|
8605f6c9-8710-0c08-79c8-8dec2bedfe18 |
06/08/2017 |
medium |
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.
expression.Publish (Republish, WssUrl)
expression A variable that represents an Application object.
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. |
Boolean
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]