Template GeneratesDocument Property
Based on TemplateType, tells the host app whether this type of template generates a document or not (although regardless, ALL template types need to be assembled in order to participate in assembly queues)

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool GeneratesDocument { get; }

Property Value

Type: OnlineBoolean
See Also