DeploymentObject 要素 (DeploymentExportSettings)

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

コンテンツ移行パッケージへのエクスポート用にマークされたデプロイ オブジェクトまたはオブジェクト (SPExportObject) を表します。

定義

DECLARATION
<xs:element
        name="DeploymentObject" type="SPExportObject"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<DeploymentObject
        <!-- SPDeploymentObject -->
        <xs:attribute name="Id" type="Guid" />
        <xs:attribute name="Type" type="SPDeploymentObjectType" />
        <xs:attribute name="ParentId" type="Guid" />
        <!-- SPExportObject -->
        <xs:attribute name="Url" type="xs:string" />
        <xs:attribute name="ExcludeChildren" type="xs:boolean" />
        <xs:attribute name="IncludeDescendants" type="SPIncludeDescendants" />
        <xs:attribute name="ExportChangeToken" type="xs:string" />
/>

SPExportObject

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
Id
Guid 単純型 (DeploymentExportSettings)
オプション。 エクスポート オブジェクトの一意の識別子。
Type
SPDeploymentObjectType 単純型 (DeploymentExportSettings)
オプション。 オブジェクト型を指定する値の列挙体。
ParentId
Guid 単純型 (DeploymentExportSettings)
オプション。 オブジェクトの親サイトの一意の識別子。
Url
xs:string
オプション。 エクスポート オブジェクトの場所の URL。
ExcludeChildren
xs:boolean
オプション。 子オブジェクト (子孫) を対象から除外するかどうかを指定します。 子を除外する場合、値は true です。 既定値は false です。
IncludeDescendants
SPIncludeDescendents 単純型 (DeploymentExportSettings)
オプション。 子孫が存在する場合、その子孫をコンテンツ移行パッケージに含めるかどうかを指定する値の列挙体。
ExportChangeToken
xs:string
オプション。 最後のエクスポートからの変更に基づいて変更の増分をエクスポートする場合に使用する変更トークン。

子要素

None

親要素

ExportObjects 要素 (DeploymentExportSettings)

関連項目