InterviewSettings DisableSaveAnswers Property
Specifies that the Save Answers button should not appear on the interview toolbar, independent of whether a SaveAnswersUrl has been specified or not. Defaults to False.

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

public bool DisableSaveAnswers { get; set; }

Property Value

Type: OnlineBoolean
Remarks

There is no server default behavior to fall back on. Property is Tristate instead of bool only for consistency with the other "Disable..." properties.
See Also