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 < VaultInfoReturnValue > | Returns VaultInfo. |