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.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- postInterviewUrl
- Type:
System String
The URL to which answers will be posted when the user finishes the interview. This page is commonly known as the "disposition" page.
- interviewRuntimeUrl
- Type:
System String
The URL from which the browser interview will request the common runtime script files used by the interview.
- styleSheetUrl
- Type:
System String
The URL of the stylesheet to use with the interview.
- interviewFileUrl
- Type:
System String
The URL from which the browser interview will request template-specific files required by the interview at runtime. These files include the interview definitions for the main and inserted templates, as well as images used on dialogs.
See Also