WebStructure Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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

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

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

Type

DeploymentWebStructure (based on SPObjectType)

Attributes

Attribute

Type

Description

WebId

Guid Simple Type (DeploymentManifest)

Optional. Unique identifier of the Web site for which the structure is provided.

WebUrl

xs:string

Optional. URL to the Web site.

UserSharedNavigation

xs:boolean

Optional.

Child Elements

None

Parent Elements

SPObject Element (DeploymentManifest)

See Also

Reference

SPObjectType

Concepts

DeploymentManifest Schema