InterviewAnswerSet DecodeInterviewAnswers Method (String)
Decodes answers from an interview passed as a string.

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

public void DecodeInterviewAnswers(
	string input
)

Parameters

input
Type: OnlineSystem String
String that contains answers to decode.
See Also