M-Files UI Extensibility Framework
IVaultEntry Interface
Members 
Description
The IVaultEntry interface acts as a mediator between the IVaultCore and the IVaultUI interfaces. The scripts executed in the vaultcore environment receive the IVaultCore interface as the root interface but the actual main interface that is used is the IVaultEntry that can be retrieved from the IVaultCore. IVaultEntry supports all the M-Files Client events.
Public Methods
NotifyVaultEntry enables sending notifications between scripts that are executed in the vaultui and vaultcore environments.
Public Properties
Returns the event registering interface of the IVaultEntry interface.
Returns the logged-in M-Files API Vault object (uses M-Files Client API).
Returns a reference to the associated VaultCore object.
Returns a reference to the associated VaultUI object.
See Also

IVaultEntry Members