上次修改时间: 2015年3月9日
适用范围: SharePoint Foundation 2010
提供有关 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 |
指定根对象类型为 SharePoint Foundation 文件夹 (SPFolder)。 |
List |
指定根对象类型为 SharePoint Foundation 列表或文档库 (SPList)。 |
ListItem |
指定根对象类型为 SharePoint Foundation 列表项 (SPListItem)。 |
File |
指定根对象类型为 SharePoint Foundation 文件 (SPFile)。 |
备注
SPDeploymentObjectType 简单类型值指定根对象映射中指定的根对象的对象类型。
请参阅
引用
RootObject 元素 (DeploymentRootObjectMap)