GetVaultInfo
Description
Gets the current vault information.
Syntax
// ICommonFunctions is binded into the MFiles global object
const result = await MFiles.GetVaultInfo();
Return type
| Type | Description | 
|---|---|
| Promise < IVaultInfo > | Returns VaultInfo. | 
Gets the current vault information.
// ICommonFunctions is binded into the MFiles global object
const result = await MFiles.GetVaultInfo();
| Type | Description | 
|---|---|
| Promise < IVaultInfo > | Returns VaultInfo. |