Changes the password to the specified value.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public void ChangePassword(
	string password,
	string authorizedUserWebLogin,
	string authorizedUserPassword
)
Visual Basic
Public Sub ChangePassword ( _
	password As String, _
	authorizedUserWebLogin As String, _
	authorizedUserPassword As String _
)
Visual C++
public:
void ChangePassword(
	String^ password, 
	String^ authorizedUserWebLogin, 
	String^ authorizedUserPassword
)

Parameters

password
Type: System..::..String
New password
authorizedUserWebLogin
Type: System..::..String
WebLogin of the user who should have authority to edit CContactUser
authorizedUserPassword
Type: System..::..String
Password of the user who is attempting to change CContactUser

See Also