This event is fired after a document is saved. The document can be an assembled document, a question summary document, or an answer summary document.
void OnPostSaveDocumentEvent ( HotDocs.HDOUTPUTTYPE outputType, string docPath )
Parameters | Description |
outputType | The type of document that was saved. It can be one of the following values from the HDOUTPUTTYPE enumeration:
|
docPath | The file system path where the file was saved. |