Assembly.OnGetMRUInfo Event

This event is fired when HotDocs gets information from the most recently used (MRU) list.

Syntax

void OnGetMRUInfo ( ref string FileName, ref string displayName, ref bool bOverride )

Parameters Description
FileName The name of a file being retrieved.
displayName The descriptive name of a file being retrieved.
bOverride Return parameter:
  • *override == true means that HotDocs will not get the information from the MRU list.
  • *override == false means that HotDocs will continue normally.