AssembleDocumentSettings HonorCmpUnansweredFormat Property
Determines whether template author preferences (as specified in a HotDocs component file) should override the default UnansweredFormat specified by the host application. By default this property respects the behavior configured on the server. Also note that this property is only respected by HotDocs Cloud Services; HotDocs Server always adheres to the behavior as configured in the management console.

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

public Tristate HonorCmpUnansweredFormat { get; set; }

Property Value

Type: Tristate
Remarks

Setting this to True corresponds to the behavior of desktop HotDocs, where template authors can override the user-selected default Unanswered format.
See Also