InterviewResponse GetAnswerStream Method
This method extracts the answers that were posted from a HotDocs interview and returns them in a stream.

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

public static Stream GetAnswerStream(
	NameValueCollection form
)

Return Value

Type: OnlineStream
A stream of answers.
See Also