SPIncludeDescendents 简单类型 (DeploymentExportSettings)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

DeploymentObject 元素 (DeploymentExportSettings)上的 IncludeDescendants 属性提供值。


<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>

枚举值

说明

None

指定在内容迁移包中不包含后代。

Content

指定在内容迁移包中只包含内容类型的后代。

All

指定在内容迁移包中同时包含内容和内容类型的后代。

备注

SPIncludeDescendents 简单类型值指定是否在内容迁移包中包含导出对象后代(如果是,则指定要包含的后代)。

请参阅

引用

DeploymentObject 元素 (DeploymentExportSettings)

SPIncludeDescendants

概念

DeploymentExportSettings 架构