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
Represents an instance of a Windows SharePoint Services 3.0 document library object (SPDocumentLibrary).
Definition
DECLARATION
<xs:element name="DocumentLibrary" type="SPDocumentLibrary" />
USAGE
<SPObject>
<DocumentLibrary
DocumentTemplateUrl="xs:string"
EmailInsertsFolder="xs:string"
IsCatalog="xs:boolean"
/>
</SPObject>
Type
SPDocumentLibrary
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Type | Description |
|---|---|---|
| DocumentTemplateUrl |
xs:string |
Optional. URL to the location of the template on which the document library is based. |
| EmailInsertsFolder |
xs:string |
Optional. The path for the public folder that contains the email items inserted in the document library. |
| IsCatalog |
xs:boolean |
Optional. Indicates whether the document library is a gallery, such as for site templates, list templates, web parts, or master pages. |
Child elements
None
Parent elements
SPObject Element (DeploymentManifest)
Remarks
The SPDocumentLibrary type extends the SPList type. For more information, see List Element (DeploymentManifest).