Resets the WebLoginId to the specified value. This will reset password and generate an email to the user with a new password.

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

Syntax

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

Parameters

webLogin
Type: System..::.String
New WebLogin
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