Versions Element (DeploymentManifest - SPListItem)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a collection of list item version collection objects (SPFileVersionCollection) specifying the versions of the list item.

Definition

DECLARATION
<xs:element name="Versions" type="SPListItemVersionCollection" minOccurs="0" maxOccurs="1" />

USAGE
<SPObject>
        <ListItem>
                <Versions>
                        <ListItem />
                </Versions>
        </ListItem>
</SPObject>

Type

SPListItemVersionCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

ListItem Element (DeploymentManifest - SPListItemVersionCollection)

Parent elements

ListItem Element (DeploymentManifest - SPGenericObject)

See also