SPIncludeVersions Simple Type (DeploymentExportSettings)

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.

Provides values for the IncludeVersions attribute on the ExportSettings Element (DeploymentExportSettings).


<xs:simpleType name="SPIncludeVersions">
        <xs:restriction base="xs:string">
                <xs:enumeration value="LastMajor" />
                <xs:enumeration value="CurrentVersion" />
                <xs:enumeration value="LastMajorAndMinor" />
                <xs:enumeration value="All" />
        </xs:restriction>
</xs:simpleType>

Enumeration Values

Value

Description

LastMajor

Specifies the last major version of the export object.

CurrentVersion

Specifies the current version of the export object.

LastMajorAndMinor

Specifies the version of the export object using both major and minor version numbers.

All

Specifies that all available versions of the export object will be included.

Remarks

The value of the SPIncludeVersions simple type specifies which export object version to include in the content migration package.

See Also

Reference

ExportSettings Element (DeploymentExportSettings)

SPIncludeVersions

Concepts

DeploymentExportSettings Schema