Versions Element (DeploymentManifest - SPFile)

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 file version collection (SPFileVersionCollection) objects specifying the versions of the file.

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

USAGE
<SPObject>
        <File>
                <Versions>
                        <File />
                </Versions>
        </File>
</SPObject>

Type

SPFileVersionCollection object.

Attributes

Attribute

Type

Description

None

Child Elements

File Element (DeploymentManifest - SPFileVersionCollection)

Parent Elements

File Element (DeploymentManifest - SPGenericObject)

See Also

Reference

SPFileVersionCollection

Concepts

DeploymentManifest Schema