GetInterviewOptions Class |
Encapsulates options that apply to a GetInterview request
Inheritance Hierarchy
HotDocs.Cloud.ClientGetInterviewOptions
Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax
The GetInterviewOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GetInterviewOptions |
The default constructor for GetInterviewOptions. The interview format and all settings are defaulted
to the values set in the Cloud Services administrative portal.
|
![]() | GetInterviewOptions(InterviewFormat, String, String, DictionaryString, String) |
Constructor that sets all properties
|
Properties
Name | Description | |
---|---|---|
![]() | Format |
Interview format - Javascript or Silverlight
|
![]() | MarkedVariables |
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.
|
![]() | Settings |
Collection of settings that can be specified when requesting a HotDocs interview. When you do not explicitly
provide a value for any setting, the default value specified in the HotDocs Cloud Services
Administrative Portal will be used.
|
![]() | TempImageUrl |
The URL from which interview images should be requested (via HTTP GET) by the browser interview.
|
See Also