AnswerCollection WriteXml Method (TextWriter, Boolean)
Writes the answer collection as a HotDocs XML answer file to the TextWriter.

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

public void WriteXml(
	TextWriter output,
	bool writeDontSave
)

Parameters

output
Type: OnlineSystem.IO TextWriter
The TextWriter to which to write the XML answer file.
writeDontSave
Type: OnlineSystem Boolean
Indicates whether or not answers that are marked as "do not save" should be written to the answer file.
See Also