DocumentLibraryTemplate Element
The DocumentLibraryTemplate element is used in the wire protocol that the server uses to export list metadata to the Microsoft FrontPage client. It specifies which file serves as the template document for a document library.
Syntax
<DocumentLibraryTemplate> </DocumentLibraryTemplate>
Example
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>