Assembly.OnPostSaveDocumentEvent Event

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.

Syntax

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:
  • HD_OUTPUT_DOCUMENT
  • HD_OUTPUT_ANSWERSUMMARY
  • HD_OUTPUT_QUESTIONSUMMARY
docPath The file system path where the file was saved.