SystemObject 元素 (DeploymentSystemData)

适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

表示导出到内容迁移包 (SPSystemObject) SharePoint Foundation 系统对象实例。

定义

DECLARATION
<xs:element
    name="SystemObject"
    type="SPSystemObject"
    minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<SystemObjects>
    <SystemObject
        Id="Guid"
        Type="SPDeploymentObjectType"
        Url="xs:string"
    />
</SystemObjects>

类型

SPSystemObject

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 类型 说明
Id
Guid 简单类型 (DeploymentSystemData)
可选。 系统对象的唯一标识符。
类型
SPDeploymentObjectType 简单类型 (DeploymentSystemData)
可选。 对象类型的说明:SiteWebFolderListListItemFile
Url
xs:string
可选。 指向系统对象的 URL。

子元素

父元素

SystemObjects 元素 (DeploymentSystemData)

另请参阅