Autodesk Vault ProfessionalVault API

ChangeVaultAccountPassword Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

API to change vault account password

Syntax

void ChangeVaultAccountPassword(
   System.string serverName,
   System.string userName,
   System.string oldPassword,
   System.string newPassword
)
Sub ChangeVaultAccountPassword( _
   ByVal serverName As System.String, _
   ByVal userName As System.String, _
   ByVal oldPassword As System.String, _
   ByVal newPassword As System.String _
) 

Parameters

NameDescription
serverName
userName
oldPassword
newPassword

See Also