次の方法で共有


SystemObject 要素 (DeploymentSystemData)

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

コンテンツ移行パッケージにエクスポートされた 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)
省略可能。 オブジェクト型 SiteWebFolderListListItem、または File を指定します。
Url
xs:string
オプション。システム オブジェクトの URL。

子要素

なし

親要素

SystemObjects 要素 (DeploymentSystemData)

関連項目