Application.PublishProjectPlan Method
Project Developer Reference |
Publishes an entire project plan or a summary plan to Project Server.
Syntax
expression.PublishProjectPlan(ShowDialog, PublishFullPlan)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
ShowDialog | Optional | Boolean | True if Project displays the message type's corresponding dialog box. The default value is False. |
PublishFullPlan | Optional | Boolean | True if Project publishes the full plan. False if Project publishes a summary. The default value is True. |