InterviewSettings HonorCmpUnansweredFormat Property
Whether or not the Unanswered Variable Placeholder specified by a template author (in Component File Properties) is allowed to override the DefaultUnansweredFormat as configured on the server or set in the SDK.

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

The property corresponds to the "Allow individual component files to override this placeholder" setting in the HotDocs Server management console and the HonorCmpUnansFormat setting in Core Services.

NOTE: This property is ignored if the SDK is communicating with HotDocs Server (either locally or at a web service). HotDocs Server always honors the setting specified in the HotDocs Server Management Console, and does not allow individual interview requests to override that default value.

See Also