Session.GetHotDocsVersion Method
This method returns the version of HotDocs that was used to publish a given template.
Syntax
HotDocs_Online.HotDocsVersion GetHotDocsVersion ( string interviewFileName )
| Parameters | Description |
| interviewFileName | The file name and path of the HotDocs interview definition (.JS) file for a template. |
Return Value
One of the following values from the HotDocsVersion Enumeration, which indicates the version of HotDocs that was used to publish the template:
| Name | Value | Description |
| HotDocs6 | 0 | HotDocs 6 |
| HotDocs2005 | 1 | HotDocs 2005 |
| HotDocs2006 | 2 | HotDocs 2006-11 |