SPObjectType Simple Type (DeploymentManifest)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Provides values for all top-level serialized SharePoint object types.
<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. |