DocumentLibrary Element (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.
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)