Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides values for the Type attribute on the DeploymentObject Element (DeploymentExportSettings).
Definition
<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.