SPExportMethodType 単純型 (DeploymentExportSettings)
適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
ExportSettings 要素 (DeploymentExportSettings) の ExportMethod 属性の値を提供します。
定義
<xs:simpleType name="SPExportMethodType">
<xs:restriction base="xs:string">
<xs:enumeration value="ExportAll" />
<xs:enumeration value="ExportChanges" />
</xs:restriction>
</xs:simpleType>
列挙値
値 | 説明 |
---|---|
ExportAll |
すべてのエクスポート オブジェクトをコンテンツ移行パッケージにエクスポートする必要があることを指定します。 |
ExportChanges |
コンテンツ移行パッケージの最後のバージョン以降に変更されたエクスポート オブジェクトのみエクスポートする必要があることを指定します。 |
注釈
SPExportMethodType 単純型の値は、エクスポート操作が完全 (すべてのオブジェクト) と増分 (移行パッケージの最後のバージョン以降に変更されたものだけ) のどちらであるかを指定します。