WebStructure Element (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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