Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.