SPIncludeDescendents 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 IncludeDescendants attribute on the DeploymentObject Element (DeploymentExportSettings).


<xs:simpleType name="SPIncludeDescendants">
        <xs:restriction base="xs:string">
                <xs:enumeration value="None" />
                <xs:enumeration value="Content" />
                <xs:enumeration value="All" />
        </xs:restriction>
</xs:simpleType>

Enumeration Values

Value

Description

None

Specifies that no descendants are included in the content migration package.

Content

Specifies that only content-type descendants are included in the content migration package.

All

Specifies that both content and content-type descendants are included in the content migration package.

Remarks

The SPIncludeDescendents simple type values specify whether to include export object descendants (and if so, which ones) in the content migration package.

See Also

Reference

DeploymentObject Element (DeploymentExportSettings)

SPIncludeDescendants

Concepts

DeploymentExportSettings Schema