Project.DeliverableAcceptChanges Method
Project Developer Reference |
Accepts the changes on the server for a Deliverable.
Syntax
expression.DeliverableAcceptChanges(DeliverableGuid)
expression A variable that represents a Project object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
DeliverableGuid | Required | String | The GUID of the Deliverable for which to accept changes. |
Return Value
Boolean
See Also