次の方法で共有


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 スキーマ