InterviewSettings DisableAnswerSummary Property
HotDocs interviews normally allow users to request answer summaries from the interview toolbar. This property can remove the answer summary button from the toolbar. By default the property inherits the default value configured on the server.

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

public Tristate DisableAnswerSummary { get; set; }

Property Value

Type: Tristate
Remarks

This property is corresponds to (but is reversed from) the "Allow answer summary" setting in the HotDocs Server management console; it is also equivalent to the DisableAnswerSummary setting in Core Services.
See Also