SPDeploymentObjectType 简单类型 (DeploymentRootObjectMap)

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

RootObject 元素 (DeploymentRootObjectMap) 上的 Type 属性提供值。

定义

<xs:simpleType name="SPDeploymentObjectType">
        <xs:restriction base="xs:string">
                <xs:enumeration value="Site" />
                <xs:enumeration value="Web" />
                <xs:enumeration value="Folder" />
                <xs:enumeration value="List" />
                <xs:enumeration value="ListItem" />
                <xs:enumeration value="File" />
        </xs:restriction>
</xs:simpleType>>

枚举值

说明
Site
指定根对象类型是 SharePoint Foundation 网站 (SPSite) 。
Web
指定根对象类型是 SharePoint Foundation Web (SPWeb) 网站对象。
Folder
指定根对象类型是 SPFolder) (SharePoint Foundation 文件夹。
List
指定根对象类型是 sharePoint Foundation 列表或文档库 (SPList) 。
ListItem
指定根对象类型是 SPListItem) (SharePoint Foundation 列表项。
文件
指定根对象类型是 sharePoint Foundation 文件 (SPFile) 。

备注

SPDeploymentObjectType 简单类型值指定根对象映射中指定的根对象的对象类型。

另请参阅