Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
General Reference
Reference
Site Schema
A-L
 DocumentTemplate Element

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
DocumentTemplate Element (Site)

Defines a document library template for the New Document Library page in a Web site based on Windows SharePoint Services.

<DocumentTemplate
  Default = "TRUE" | "FALSE"
    Description = "Text"
  DisplayName = "Text"
  Name = "Text"
  Path = "Text"
  Type = "Number">
</DocumentTemplate>
Attribute Description

Default

Optional Boolean. TRUE if the template is the default choice in the Template Type drop-down list box of the New Document Library page.

Description

Optional Text. A description of the template.

DisplayName

Required Text. The display name of the template.

Name

Optional Text. The internal name of the template.

Path

Optional Text. The name of the site template to which the document template belongs.

Type

Required Integer. A unique ID for the template.

XMLForm

Optional Boolean. TRUE if the document template applies to a form library.

Minimum: 0

Maximum: Unbounded

The following example defines a Microsoft Office Excel 2007 document library template.

Xml
<DocumentTemplate Path="STS" DisplayName="$Resources:core,doctemp_Excel;" Type="103" Description="$Resources:core,doctemp_Excel_Desc;">
  <DocumentTemplateFiles>
    <DocumentTemplateFile Name="doctemp\xl\xltmpl.xls" TargetName="Forms/template.xls" Default="TRUE" />
  </DocumentTemplateFiles>
</DocumentTemplate>
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker