M-Files API 23.11.13135.0
AttachVaultWithOptions Method
ServerVaultManagementOperations Object : AttachVaultWithOptions Method
Contains the vault properties.
Contains the vault attach options.
Description
Attaches the specified vault to the server with options. The metadata database and data files must already exist.
Syntax
Visual Basic
Public Function AttachVaultWithOptions( _
   ByVal VaultProperties As VaultProperties, _
   ByVal Options As AttachVaultOptions _
) As VaultProperties
Parameters
VaultProperties
Contains the vault properties.
Options
Contains the vault attach options.
Remarks
Compared with the AttachVault Method, enables you to further define which elements should be disabled when a vault is attached by using the properties in the AttachVaultOptions Object.
See Also

ServerVaultManagementOperations Object  | ServerVaultManagementOperations Members