AnswerCollection ReadXml Method (Stream)
Reads a stream into the answer collection.

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

public void ReadXml(
	Stream input
)

Parameters

input
Type: OnlineSystem.IO Stream
A stream containing a HotDocs answer file.
See Also