GetInterviewOptions Constructor (InterviewFormat, String, String, DictionaryString, String) |
Constructor that sets all properties
Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax
public GetInterviewOptions( InterviewFormat format, string[] markedVariables, string tempImageUrl, Dictionary<string, string> settings )
Parameters
- format
- Type: InterviewFormat
Interview format - Javascript or Silverlight - markedVariables
- Type: SystemString
A list of HotDocs variables shat should be "marked" in the interview. This is typically used to highlight input fields where a value is needed in order to produce a valid output document. - tempImageUrl
- Type: SystemString
The URL from which interview images should be requested (via HTTP GET) by the browser interview. - settings
- Type: System.Collections.GenericDictionaryString, String
Collection of HotDocs settings.
See Also