HD$ GetSnapshot Method |
This function returns a snapshot string you can use to return to a certain point in the interview.
JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function GetSnapshot(callback);
Parameters
- callback
- Type: function
A function to which the snapshot string will be passed.
See Also