InterviewSettings AnswerSummary Property
Settings that determine the formatting of Answer Summaries generated in the browser interview.

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

public AnswerSummaryOptions AnswerSummary { get; set; }

Property Value

Type: AnswerSummaryOptions
Remarks

NOTE: All answer summary properties are ignored if the SDK is communicating with HotDocs Server (either locally or at a web service). HotDocs Server always honors the settings specified in the HotDocs Server Management Console, and does not allow individual interview requests to override those default values.
See Also