SPObjectType Simple Type (DeploymentManifest)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides values for all top-level serialized SharePoint object types.
Definition
<xs:simpleType name="SPObjectType">
<xs:restriction base="xs:string">
<xs:enumeration value="SPSite" />
<xs:enumeration value="SPWeb" />
<xs:enumeration value="SPList" />
<xs:enumeration value="SPDocumentLibrary" />
<xs:enumeration value="SPPictureLibrary" />
<xs:enumeration value="SPListItem" />
<xs:enumeration value="SPFolder" />
<xs:enumeration value="SPFile" />
<xs:enumeration value="SPContentType" />
<xs:enumeration value="SPWebTemplate" />
<xs:enumeration value="SPModule" />
<xs:enumeration value="SPDocumentTemplate" />
<xs:enumeration value="SPListTemplate" />
<xs:enumeration value="DeploymentWebStructure" />
<xs:enumeration value="DeploymentUserX" />
<xs:enumeration value="DeploymentGroupX" />
<xs:enumeration value="DeploymentRoles" />
<xs:enumeration value="DeploymentRoleX" />
<xs:enumeration value="DeploymentRoleAssignments" />
<xs:enumeration value="DeploymentRoleAssignmentX" />
<xs:enumeration value="DeploymentFieldTemplate" />
<xs:enumeration value="SPFeature" />
</xs:restriction>
</xs:simpleType>
Enumeration values
Value | Description |
---|---|
SPSite |
Specifies that a SharePoint object is of type SPSite. |
SPWeb |
Specifies that a SharePoint object is of type SPWeb. |
SPList |
Specifies that a SharePoint object is of type SPList. |
SPDocumentLibrary |
Specifies that a SharePoint object is of type SPDocumentLibrary. |
SPPictureLibrary |
Specifies that a SharePoint object is of type SPPictureLibrary. |
SPListItem |
Specifies that a SharePoint object is of type SPListItem. |
SPFolder |
Specifies that a SharePoint object is of type SPFolder. |
SPFile |
Specifies that a SharePoint object is of type SPFile. |
SPContentType |
Specifies that a SharePoint object is of type SPContentType. |
SPWebTemplate |
Specifies that a SharePoint object is of type SPWebTemplate. |
SPModule |
Specifies that a SharePoint object is of type SPModule. |
SPDocumentTemplate |
Specifies that a SharePoint object is of type SPDocumentTemplate. |
SPListTemplate |
Specifies that a SharePoint object is of type SPListTemplate. |
DeploymentWebStructure |
Specifies that a SharePoint object is of type DeploymentWebStructure. |
DeploymentUserX |
Specifies that a SharePoint object is of type DeploymentUserX. |
DeploymentGroupX |
Specifies that a SharePoint object is of type DeploymentGroupX. |
DeploymentRoles |
Specifies that a SharePoint object is of type DeploymentRoles. |
DeploymentRoleX |
Specifies that a SharePoint object is of type DeploymentRoleX. |
DeploymentRoleAssignments |
Specifies that a SharePoint object is of type DeploymentRoleAssignments. |
DeploymentRoleAssignmentX |
Specifies that a SharePoint object is of type DeploymentRoleAssignmentX. |
DeploymentFieldTemplate |
Specifies that a SharePoint object is of type DeploymentFieldTemplate. |
SPFeature |
Specifies that a SharePoint object is of type SPFeature. |