Changes Element (SetAssignmentWorkData)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Proj Element

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>