M-Files API 23.11.13135.0
TakeVaultOffline Method
ServerVaultManagementOperations Object : TakeVaultOffline Method
The GUID of the vault to be taken offline.
If this parameter is True, any existing sessions are terminated. If this parameter is False, the operation fails if there are open sessions.
Description
Takes the vault offline.
Syntax
Visual Basic
Public Sub TakeVaultOffline( _
   ByVal VaultGUID As String, _
   ByVal DisconnectUsers As Boolean _
) 
Parameters
VaultGUID
The GUID of the vault to be taken offline.
DisconnectUsers
If this parameter is True, any existing sessions are terminated. If this parameter is False, the operation fails if there are open sessions.
See Also

ServerVaultManagementOperations Object  | ServerVaultManagementOperations Members