次の方法で共有


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

Guid 単純型 (DeploymentSystemData)

オプション。システム オブジェクトの一意の識別子。

SPDeploymentObjectType 単純型 (DeploymentSystemData)

オプション。オブジェクト型 Site、Web、Folder、List、ListItem、または File を指定します。

Url

xs:string

オプション。システム オブジェクトの URL。

子要素

なし

親要素

SystemObjects 要素 (DeploymentSystemData)

関連項目

概念

DeploymentSystemData スキーマ