Application.PublishNewAndChangedAssignments Method
Project Developer Reference |
Publishes the specified scope of new and changed assignments to Project Server.
Syntax
expression.PublishNewAndChangedAssignments(ShowDialog, ItemsScope, NotifyResources, NotificationText)
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. |
ItemsScope | Optional | Long | Specifies the scope of assignments to be published. Can be one of the following PjPublishScope constants: pjPublishScopeAll, pjPublishScopeDefault, pjPublishScopeSelected, or pjPublishScopeVisible. The default value is pjPublishScopeAll. |
NotifyResources | Optional | Boolean | True if Project notifies resources via e-mail. The default value is True. |
NotificationText | Optional | String | The main text of the message. |