The AnswerCollection type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AnswerCount |
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.
| |
| FilePath |
Access the path of the file last read from by ReadFile(path) or written to by WriteFile(path).
| |
| Title |
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.
| |
| Version |
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.
| |
| XmlAnswers |
An XML string representation of the entire answer collection.
|
See Also