WebStructure 元素 (DeploymentManifest)
适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
表示网站结构对象类型实例的规范, (SPObjectType) 实现内容迁移。
定义
DECLARATION
<xs:element name="WebStructure" type="DeploymentWebStructure" />
USAGE
<SPObject>
<WebStructure
WebId="Guid"
WebUrl="xs:string"
UseSharedNavigation="xs:boolean"
/>
</SPObject>
类型
基于 SPObjectType) 的 DeploymentWebStructure (
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
属性 | 类型 | 说明 |
---|---|---|
WebId |
GUID 简单类型 (DeploymentManifest) |
可选。 为其提供结构的网站的唯一标识符。 |
WebUrl |
xs:string |
可选。 网站的 URL。 |
UserSharedNavigation |
xs:boolean |
可选。 |
子元素
无
父元素
SPObject 元素 (DeploymentManifest) |