ClientBase GetInterview Method
Gets an interview for the specified template.

Namespace: HotDocs.Sdk.Cloud
Assembly: HotDocs.Sdk.Cloud (in HotDocs.Sdk.Cloud.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public BinaryObject[] GetInterview(
	Template template,
	string answers = null,
	InterviewSettings settings = null,
	string billingRef = null
)

Parameters

template
Type: HotDocs.Sdk Template
The template to use with the request.
answers (Optional)
Type: OnlineSystem String
The answers to use with the request.
settings (Optional)
Type: HotDocs.Sdk InterviewSettings
The settings to use when getting an interview.
billingRef (Optional)
Type: OnlineSystem String
This parameter lets you specify information that will be included in usage logs for this call. For example, you can use a string to uniquely identify the end user that initiated the request and/or the context in which the call was made. When you review usage logs, you can then see which end users initiated each request. That information could then be used to pass costs on to those end users if desired.

Return Value

Type:  BinaryObject 
An BinaryObject array, which contains the HTML fragment and any dialog element images required by the requested interview.
See Also