RSS Documentation
ResetPassword Method



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

Parameters

cn
oufullname
account
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