Answer WriteXml Method
Writes an answer to XML.

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

public abstract void WriteXml(
	XmlWriter writer,
	bool writeDontSave
)

Parameters

writer
Type: OnlineSystem.Xml XmlWriter
The XML writer.
writeDontSave
Type: OnlineSystem Boolean
If writeDontSave is non-zero, answers with the Save == false property are saved to the writer.
See Also