SystemObject 要素 (DeploymentSystemData)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
コンテンツ移行パッケージにエクスポートされた SharePoint Foundation システム オブジェクト インスタンス (SPSystemObject) を表します。
DECLARATION
<xs:element
name="SystemObject"
type="SPSystemObject"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<SystemObjects>
<SystemObject
Id="Guid"
Type="SPDeploymentObjectType"
Url="xs:string"
/>
</SystemObjects>
型
SPSystemObject
属性
属性 |
型 |
説明 |
---|---|---|
Id |
オプション。システム オブジェクトの一意の識別子。 |
|
型 |
オプション。オブジェクト型 Site、Web、Folder、List、ListItem、または File を指定します。 |
|
Url |
xs:string |
オプション。システム オブジェクトの URL。 |
子要素
なし |