HD$ GetAllXMLAnswers Method |
This function returns an XML string of answers from the current and all previous interviews. For example, you could use this string to overlay the current and previous interviews' answers on top of an existing answer file, thus updating the answer file with any answers that have been entered during the interviews.
JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function GetAllXMLAnswers(callback);
Parameters
- callback
- Type: function
A function to which the requested string of XML answers will be passed.
See Also