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 |
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 |