Site 要素 (DeploymentManifest)

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

Windows SharePoint Services 3.0 サイト (SPSite) オブジェクトのインスタンスを表します。

定義

DECLARATION
<xs:element name="Site" type="SPSite" />

USAGE
<SPObject>
        <Site
                Id="Guid"
        />
</SPObject

Spsite

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
Id
Guid 単純型 (DeploymentManifest)
Windows SharePoint Services 3.0 サイト オブジェクトのグローバル一意識別子。

子要素

None

親要素

SPObject 要素 (DeploymentManifest)

関連項目