Share via


Application.Publish Method

Project Developer Reference

Sends message to Project Server Queueing Service to publish the local project cache to Project Server, and optionally to the associated Windows SharePoint Services project site. 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 Variant Publish the entire project plan.
WssUrl Optional Variant URL for the WSS 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.

See Also