TextValue WriteXml Method
Writes the XML representation of the answer.

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

public void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: OnlineSystem.Xml XmlWriter
The XmlWriter to which to write the answer value.

Implements

IValue WriteXml(XmlWriter)
See Also