InterviewSettings Constructor
Overload List

  Name Description
Public method InterviewSettings 
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.
Public method InterviewSettings(String, String, String, String)
This constructor accepts values for the four "required" interview settings. HotDocs Server is unable to generate a functional browser-based interview without meaningful values for these five parameters.
Back to Top
See Also