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

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

public void WriteXml(
	Stream output,
	bool writeDontSave
)

Parameters

output
Type: OnlineSystem.IO Stream
The stream 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