InterviewSettings Constructor
Contruct an InterviewSettings object with the default settings. Four parameters are required for any HotDocs Server interview request. The default (parameterless) constructor REQUIRES that these four parameters have values that can be found in the host application's web.config file. If any required value is not found there, the constructor will throw an exception.

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

public InterviewSettings()
See Also