DocumentTemplate Element (ContentType)

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.

Specifies the document template for the content type. This is the file which Windows SharePoint Services opens as a template when a user requests a new item of this content type.

<DocumentTemplate
  TargetName="Text"
/>

Attributes

Attribute

Description

TargetName

Optional Text. Specifies the path to the document template. This path can be absolute, relative to the server base URL, or relative to the content type's resource folder.

Child Elements

None.

Parent Elements

ContentType Element (ContentType)

Occurrences

Minimum: 0

Maximum: 1

Example

The following example specifies a document template for a content type. In this case, the path specified is relative to the server base URL.

<ContentType 
…
  <DocumentTemplate TargetName="/_layouts/NewCTDoc.aspx" />
</ContentType>

See Also

Concepts

Content Type Definition Schema

Other Resources

Content Types