InterviewWorkItem FinishInterview Method
Called by the host application when answers have been posted back from a browser interview.

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

public void FinishInterview(
	string interviewAnswers
)

Parameters

interviewAnswers
Type: OnlineSystem String
The answers that were posted back from the interview.
See Also