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