M-Files API 23.11.13135.0
LogInToVaultAdministrativeWithExistingSession Method
MFilesServerApplication Object : LogInToVaultAdministrativeWithExistingSession Method
The GUID of the target vault.
Description
Logs in to the vault in administrative mode as using the existing session from the server connect.
Syntax
Visual Basic
Public Function LogInToVaultAdministrativeWithExistingSession( _
   ByVal VaultGUID As String _
) As Vault
Parameters
VaultGUID
The GUID of the target vault.
Remarks

Works the same way as "LogInToVaultWithExistingSession" method, but with this method, login succeeds even when there is no user corresponding to the login account in the target vault. The login account used with this administrative vault login needs to be defined as "System administrator" in the server's login account properties.

See Also

MFilesServerApplication Object  | MFilesServerApplication Members