SPIncludeDescendents 単純型 (DeploymentExportSettings)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

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>

列挙値

説明
なし
コンテンツ移行パッケージに子孫を含まないことを指定します。
Content
コンテンツ移行パッケージにコンテンツ タイプの子孫のみを含むことを指定します。
All
コンテンツ移行パッケージにコンテンツとコンテンツ タイプの子孫を含むことを指定します。

注釈

SPIncludeDescendents 単純型の値は、コンテンツ移行パッケージのエクスポート オブジェクトの子孫を含めるかどうか、また、含める場合はどの子孫を含めるかを示します。

関連項目