RSS Documentation
ChangePassword Method



Syntax
'Declaration
 
Public Shared Sub ChangePassword( _
   ByVal cn As BPMConnection, _
   ByVal account As String, _
   ByVal orgPassword As String, _
   ByVal newPassword As String _
) 
'Usage
 
Dim cn As BPMConnection
Dim account As String
Dim orgPassword As String
Dim newPassword As String
 
User.ChangePassword(cn, account, orgPassword, newPassword)
public static void ChangePassword( 
   BPMConnection cn,
   string account,
   string orgPassword,
   string newPassword
)
public:
static void ChangePassword( 
   BPMConnection^ cn,
   String^ account,
   String^ orgPassword,
   String^ newPassword
) 

Parameters

cn
account
orgPassword
newPassword
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

User Class
User Members

Send Feedback