Versions Element (DeploymentManifest - SPListItem)
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.
Represents a collection of list item version collection objects (SPFileVersionCollection) specifying the versions of the list item.
DECLARATION
<xs:element name="Versions" type="SPListItemVersionCollection" minOccurs="0" maxOccurs="1" />
USAGE
<SPObject>
<ListItem>
<Versions>
<ListItem />
</Versions>
</ListItem>
</SPObject>
Type
SPListItemVersionCollection
Attributes
Attribute |
Type |
Description |
---|---|---|
None |
Child Elements
ListItem Element (DeploymentManifest - SPListItemVersionCollection) |