M-Files API 23.11.13135.0
UpdateLoginPassword Method
VaultLoginAccountOperations Object : UpdateLoginPassword Method
The name of the login account.
New password for the login.
Description
Changes the password of the specified M-Files vault login account.
Syntax
Visual Basic
Public Sub UpdateLoginPassword( _
   ByVal AccountName As String, _
   ByVal NewPassword As String _
) 
Parameters
AccountName
The name of the login account.
NewPassword
New password for the login.
See Also

VaultLoginAccountOperations Object  | VaultLoginAccountOperations Members