M-Files API 23.11.13135.0
GetLoginAccountOfUserEx Method
VaultUserOperations Object : GetLoginAccountOfUserEx Method
Description
Gets the login account that corresponds to the specified vault user.
Syntax
Visual Basic
Public Function GetLoginAccountOfUserEx( _
   ByVal UserID As Long, _
   ByVal ResolveLoginAccount As ResolveLoginAccount _
) As LoginAccount
Parameters
UserID
ResolveLoginAccount
ValueDescription
AtServerOnlyResolve login account at server level only. Use this if you know that the login account at server level must be used.
StartingFromVaultResolve login account starting at vault level and continuing to server level if needed.
See Also

VaultUserOperations Object  | VaultUserOperations Members