attachedTemplate property

Document.attachedTemplate property

Gets or sets the full path of the template attached to the document.

get attachedTemplate(): string

Exceptions

exceptioncondition
RuntimeError (Proxy error(ArgumentNullException))Throws if you attempt to set to a null value.

Remarks

Empty string means the document is attached to the Normal template.

See Also