M-Files UI Extensibility Framework
NotifyVaultEntry Method
IShellUI Interface : NotifyVaultEntry Method
The notification id.
User-defined data item.
User-defined data item.
Description
NotifyVaultEntry enables sending notifications to scripts that are executed in the vaultui or vaultcore environments.
Syntax
Visual Basic
Public Function NotifyVaultEntry( _
   ByVal ID As String, _
   ByVal data1 As Variant, _
   ByVal data2 As Variant _
) As Variant
Parameters
ID
The notification id.
data1
User-defined data item.
data2
User-defined data item.
Return Type
The return value from the notification handler.
Remarks
Causes a OnNotification Event to be triggered for the VaultEntry object.
See Also

IShellUI Interface  | IShellUI Members