DocumentTemplateFile Element (Site)

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.

Contains a reference to a file that is used within a document template.

<DocumentTemplateFile
  Default = "TRUE" | "FALSE"
    Name="Text"
  TargetName="Text">
</DocumentTemplateFile>

Attributes

Attribute

Description

Default

Optional Boolean. TRUE to specify that the template file is the default file.

Name

Required Text. The full path to the template file.

TargetName

Required Text. The full path to the target

Child Elements

None

Parent Elements

DocumentTemplateFiles

Occurrences

Minimum: 0

Maximum: Unbounded

Remarks

See DocumentTemplates for an example that shows how to use the DocumentTemplateFile element.