InterviewAnswerSet EncodeInterviewAnswers Method (TextWriter)
Encodes interview answwers and outputs them to a TextWriter.

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

public void EncodeInterviewAnswers(
	TextWriter output
)

Parameters

output
Type: OnlineSystem.IO TextWriter
TextWriter to which to output the answers.
See Also