Share via


Versions Element (DeploymentManifest - SPFile)

Applies to: SharePoint Foundation 2010

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