AnswerCollection ReadFile Method (Stream)
Reads an answer file from a stream. Since it comes from a stream, the answer file name is empty.

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

public void ReadFile(
	Stream fileStream
)

Parameters

fileStream
Type: OnlineSystem.IO Stream
A stream containing an XML answer file.
See Also