InterviewAnswerSet Properties
The InterviewAnswerSet 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.
(Inherited from AnswerCollection.)
Public propertyFilePath
Access the path of the file last read from by ReadFile(path) or written to by WriteFile(path).
(Inherited from AnswerCollection.)
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.
(Inherited from AnswerCollection.)
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.
(Inherited from AnswerCollection.)
Public propertyXmlAnswers
An XML string representation of the entire answer collection.
(Inherited from AnswerCollection.)
Back to Top
See Also