Changes Element (SetAssignmentWorkData)
Applies to: Office 2010 | Project 2010 | Project Server 2010 | SharePoint Server 2010
In this article
Attributes
Child Elements
Parent Elements
Occurrences
Serves as the top-level element of a SetAssignmentWorkData ChangeXML string and contains the collection of projects to change with a work data update.
<Changes>
</Changes>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
Parent Elements
None |
Occurrences
Minimum: 1 Maximum: 1 |
Remarks
The Changes element can contain updates to multiple projects.
Example
The following example uses the Changes element to contain updates for two projects.
<Changes>
<Proj ID="2d52effd-84f9-4ba8-ab8a-989dd92b2c20">
…
</Proj>
<Proj ID="5f31abf4-73a9-1ae4-c38d-234ea7242ab0">
…
</Proj>
</Changes>