M-Files API 23.11.13135.0
ModifyLoginAccountEx Method
VaultLoginAccountOperations Object : ModifyLoginAccountEx Method
The name of the login account to be modified.
Specifies whether changing the username and updating the corresponding user account is allowed.
The new contents of the login account.
Description
Modifies the specified vault login account.
Syntax
Visual Basic
Public Sub ModifyLoginAccountEx( _
   ByVal AccountName As String, _
   ByVal AllowChangingUsername As Boolean, _
   ByVal LoginAccount As LoginAccount _
) 
Parameters
AccountName
The name of the login account to be modified.
AllowChangingUsername
Specifies whether changing the username and updating the corresponding user account is allowed.
LoginAccount
The new contents of the login account.
Remarks
Supported in M-Files 19.12.8578.6 and later.
See Also

VaultLoginAccountOperations Object  | VaultLoginAccountOperations Members