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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.