RootObject 要素 (DeploymentRootObjectMap)
適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
コンテンツ移行パッケージにエクスポートされたルート オブジェクト マップのルート オブジェクトのインスタンスを表します。
定義
DECLARATION
<xs:element
name="RootObject" type="SPRootObject"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<RootObjects>
<RootObject
Id="Guid"
Type="SPDeploymentObjectType"
ParentId="Guid"
WebUrl="xs:string"
Url="xs:string"
IsDependency="xs:boolean"
/>
</RootObjects>
型
SPRootObject
要素と属性
以下のセクションで、属性、子要素、親要素について説明します。
属性
属性 | 型 | 説明 |
---|---|---|
ID |
Guid 単純型 (DeploymentRootObjectMap) |
オプション。 ルート オブジェクトの一意の識別子。 |
型 |
SPDeploymentObjectType 単純型 (DeploymentRootObjectMap) |
オプション。 ルート オブジェクトのオブジェクト型 Site、Web、Folder、List、ListItem、または File を指定します。 |
ParentId |
Guid 単純型 (DeploymentRootObjectMap) |
オプション。 親 Web の一意の識別子。 |
WebUrl |
xs:string |
オプション。 親 Web サイトへの URL。 |
Url |
xs:string |
オプション。 ルート オブジェクトの URL。 |
IsDependency |
xs:boolean |
オプション。 オブジェクトが依存オブジェクトであるかどうかを示します。 依存オブジェクトの場合は true、それ以外の場合は false です。 |
子要素
None
親要素
RootObjects 要素 (DeploymentRootObjectMap)