DocumentLibrary Element (DeploymentManifest)
Applies to: SharePoint Foundation 2010
Represents an instance of a Windows SharePoint Services 3.0 document library object (SPDocumentLibrary).
DECLARATION
<xs:element name="DocumentLibrary" type="SPDocumentLibrary" />
USAGE
<SPObject>
<DocumentLibrary
DocumentTemplateUrl="xs:string"
EmailInsertsFolder="xs:string"
IsCatalog="xs:boolean"
/>
</SPObject>
Type
SPDocumentLibrary
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 e-mail 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
Remarks
The SPDocumentLibrary type extends the SPList type. For more information, see List Element (DeploymentManifest).
See Also
Reference
List Element (DeploymentManifest)