次の方法で共有


ExportSettings 要素 (DeploymentExportSettings)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

この記事の内容

属性
子要素
親要素

この展開エクスポート設定のルート要素は、展開エクスポート設定のコンテナー オブジェクトの XML ラッパーであり、コンテンツ移行パッケージにコンテンツをエクスポートする手段を提供します。

DECLARATION
<xs:element name="ExportSettings" type="SPExportSettings" />

USAGE
<ExportSettings>
        <ExportObjects />
<!-- SPDeploymentSettings -->
        <xs:attribute name="SiteUrl" type="xs:string" />
        <xs:attribute name="FileLocation" type="xs:string" />
        <xs:attribute name="BaseFileName" type="xs:string" />
        <xs:attribute name="IncludeSecurity" type="SPIncludeSecurity" />

<!-- SPExportSettings -->
        <xs:attribute name="IncludeVersions" type="SPIncludeVersions" />
        <xs:attribute name="ExportMethod" type="SPExportMethodType" />
        <xs:attribute name="ExportChangeToken" type="xs:string" />
        <xs:attribute name="ExportPublicSchema" type="xs:boolean" default="true" />
</ExportSettings>

SPExportSettings

属性

属性

説明

BaseFileName

xs:string

オプション。コンテンツ移行パッケージ ファイルの名前。

ExportChangeToken

xs:string

オプション。最後のエクスポートからの変更に基づいて変更の増分をエクスポートする場合に使用するトークン。

ExportMethod

SPExportMethodType 単純型 (DeploymentExportSettings)

オプション。最後のエクスポートからの変更に基づいてフル エクスポートするか、増分エクスポートするかを指定する列挙体。

ExportPublicSchema

xs:boolean

オプション。リスト フィールドをエクスポートする場合にパブリック スキーマ形式を使用するかどうかを指定します。true の場合、エクスポート操作にパブリック スキーマを使用します。既定値は true です。

FileLocation

xs:string

オプション。コンテンツ移行パッケージが格納されているディレクトリのパス。

IncludeSecurity

SPIncludeSecurity 単純型 (DeploymentExportSettings)

オプション。エクスポートの設定に適用する展開セキュリティのレベルを示す列挙体。

IncludeVersions

SPIncludeVersions 単純型 (DeploymentExportSettings)

オプション。コンテンツ移行パッケージにエクスポート バージョンの設定を指定する列挙体。

SiteUrl

xs:string

オプション。エクスポート対象コンテンツがあるサイトの URL。

子要素

ExportObjects 要素 (DeploymentExportSettings)

親要素

なし

関連項目

参照

SPExportSettings

概念

DeploymentExportSettings スキーマ