SPDeploymentObjectType Simple Type (DeploymentExportSettings)
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 the Type attribute on the DeploymentObject Element (DeploymentExportSettings).
<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>
Enumeration Values
Value |
Description |
---|---|
Site |
Specifies a site (SPSite) object type. |
Web |
Specifies a Web (SPWeb) object type. |
Folder |
Specifies a folder (SPFolder) object type. |
List |
Specifies a list or document library (SPList) object type. |
ListItem |
Specifies a list item (SPListItem) object type. |
File |
Specifies a file (SPFile) object type. |
Remarks
The SPDeploymentObjectType simple type values specify the object type for Windows SharePoint Services 3.0 top-level objects marked for export to the content migration package.
See Also
Reference
DeploymentObject Element (DeploymentExportSettings)