次の方法で共有


SystemObject 要素 (DeploymentSystemData)

コンテンツ移行パッケージにエクスポートされた Windows SharePoint Services システム オブジェクト インスタンス (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)

See Also

概念

DeploymentSystemData スキーマ