AnswerCollection OverlayXml Method
Reads a TextReader into the answer collection without first clearing existing answers.

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

public void OverlayXml(
	TextReader input
)

Parameters

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