Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides values for the IncludeDescendants attribute on the DeploymentObject Element (DeploymentExportSettings).
Definition
<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.