AnswerCollection ReadXml Method (String)
Reads an XML answer file 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(
	string input
)

Parameters

input
Type: OnlineSystem String
A string of XML containing a HotDocs XML answer file.
See Also