Returns the current interview with the given settings
Namespace: HotDocs.Sdk.ServerAssembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- settings
- Type: HotDocs.Sdk InterviewSettings
Settings to use with the interview.
- markedVariables
- Type:
System.Collections.Generic IEnumerable
String
A list of variable names whose prompts should be "marked" in the interview.
- logRef (Optional)
- Type:
System String
A string identifying the current user or transcation, to be included in HotDocs log entries. This is necessary if you wish to track log entries back to specific users during analysis or troubleshooting.
Return Value
Type: InterviewResultAn InterviewResult containing the HTML fragment and other supporting files for the interview.
See Also