GetInterviewOptions Class
Encapsulates options that apply to a GetInterview request
Inheritance Hierarchy

SystemObject
  HotDocs.Cloud.ClientGetInterviewOptions

Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax

public class GetInterviewOptions

The GetInterviewOptions type exposes the following members.

Constructors

  NameDescription
Public methodGetInterviewOptions
The default constructor for GetInterviewOptions. The interview format and all settings are defaulted to the values set in the Cloud Services administrative portal.
Public methodGetInterviewOptions(InterviewFormat, String, String, DictionaryString, String)
Constructor that sets all properties
Top
Properties

  NameDescription
Public propertyFormat
Interview format - Javascript or Silverlight
Public propertyMarkedVariables
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.
Public propertySettings
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.
Public propertyTempImageUrl
The URL from which interview images should be requested (via HTTP GET) by the browser interview.
Top
See Also

Reference