InterviewAnswerSet GetDecodedInterviewAnswers Method
Decodes answers from an interview passed as a TextReader.

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

public static TextReader GetDecodedInterviewAnswers(
	TextReader input
)

Parameters

input
Type: OnlineSystem.IO TextReader
TextReader that contains answers to decode.

Return Value

Type: OnlineTextReader

[Missing <returns> documentation for "M:HotDocs.Sdk.Server.InterviewAnswerSet.GetDecodedInterviewAnswers(System.IO.TextReader)"]

See Also