AnswerCollection Properties
The AnswerCollection type exposes the following members.
Properties

  NameDescription
Public propertyAnswerCount
The number of answers in the answer collection. Because HotDocs variables may be repeated, each of these answers may actually contain more than one value.
Public propertyFilePath
Access the path of the file last read from by ReadFile(path) or written to by WriteFile(path).
Public propertyTitle
The title of the answer collection. When the answer collection is serialized as XML, the title appears as an attribute of the root AnswerSet node.
Public propertyVersion
The version number of the answer collection. When the answer collection is serialized as XML, this version number appears as an attribute of the root AnswerSet node.
Public propertyXmlAnswers
An XML string representation of the entire answer collection.
Back to Top
See Also