Share via


WebStructure 要素 (DeploymentManifest)

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

コンテンツ移行に実装するための Web サイト構造オブジェクト型 (SPObjectType) のインスタンスの仕様を表します。

定義

DECLARATION
<xs:element name="WebStructure" type="DeploymentWebStructure" />

USAGE
<SPObject>
        <WebStructure
                WebId="Guid"
                WebUrl="xs:string"
                UseSharedNavigation="xs:boolean"
        />
</SPObject>

DeploymentWebStructure ( SPObjectType に基づく)

要素と属性

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

属性

属性 説明
WebId
Guid 単純型 (DeploymentManifest)
オプション。 構造体が提供される Web サイトの一意の識別子。
WebUrl
xs:string
オプション。 Web サイトへの URL。
UserSharedNavigation
xs:boolean
オプション。

子要素

None

親要素

SPObject 要素 (DeploymentManifest)|

関連項目