PublishNewAndChangedAssignments Method

Publishes the specified scope of new and changed assignments to Project Server.

Syntax

expression**.PublishNewAndChangedAssignments(ShowDialog, ItemsScope, NotifyResources, NotificationText)**

*expression   *     Optional. An expression that returns an Application object.

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.

Applies to | Application Object

See Also | PublishAllInformation Method | PublishProjectPlan Method | RepublishAssignments Method | RequestProgressInformation Method