The name of an XHTML export template associated with a DataWindow object.
DataWindow objects
Describe argument:
"DataWindow.Export.XHTML.Template[num ]Name"
Parameter |
Description |
---|---|
num |
(exp) A long specifying the index of the export template |
This property returns the names of the XHTML export templates associated with a DataWindow object by index. The index can range from 1 to the value of the DataWindow.Export.XHTML.TemplateCount property. The order reflects the serialized storage order of all templates, which is a read-only setting. These properties, with DataWindow.Export.XHTML.UseTemplate, enable an application to select an export template dynamically at runtime.
See Export.XHTML.TemplateCount.