WebStructure Element (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a specification of an instance of a website structure object type (SPObjectType) for implementation on content migration.

Definition

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

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

Type

DeploymentWebStructure (based on SPObjectType)

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Description
WebId
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the website for which the structure is provided.
WebUrl
xs:string
Optional. URL to the website.
UserSharedNavigation
xs:boolean
Optional.

Child elements

None

Parent elements

SPObject Element (DeploymentManifest)|

See also