InterviewWorkItem GetInterview Method
Called by the host application when it needs to deliver an interview down to the end user in a web page. Wraps the underlying IServices.GetInterview call (for convenience).

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

public InterviewResult GetInterview(
	InterviewOptions options
)

Parameters

options
Type: HotDocs.Sdk.Server.Contracts InterviewOptions
The InterviewOptions to use for this interview. This parameter makes the WorkSession's DefaultInterviewOptions redundant/useless. TODO: We need to decide whether to use a parameter, or only the defaults.

Return Value

Type: InterviewResult

[Missing <returns> documentation for "M:HotDocs.Sdk.Server.InterviewWorkItem.GetInterview(HotDocs.Sdk.Server.Contracts.InterviewOptions)"]

See Also