This topic has not yet been rated - Rate this topic

DocumentLibraryTemplate Element (List)

Published: May 2010

Used in the wire protocol that the server uses to export list metadata to the SharePoint Designer client. This element specifies which file serves as the template document for a document library.


<DocumentLibraryTemplate>
</DocumentLibraryTemplate>

Attribute

Description

None

N/A

Minimum: 0

Maximum: 1

The following example indicates that the document library whose schema is currently being retrieved has MyDocLib/Forms/template.htm as its template:

<List>
  <MetaData>
    ...
    <DocumentLibraryTemplate>MyDocLib/Forms/template.htm
    </DocumentLibraryTemplate>
    ...
  </MetaData>
</List>

Date

Description

May 2010

Initial publication

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.