Logs an existing CContact user into the system using their web login and password.

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

Syntax

C#
public static CContactUser LoginByWebLogin(
	string webLogin,
	string clearPassword
)
Visual Basic
Public Shared Function LoginByWebLogin ( _
	webLogin As String, _
	clearPassword As String _
) As CContactUser
Visual C++
public:
static CContactUser^ LoginByWebLogin(
	String^ webLogin, 
	String^ clearPassword
)

Parameters

webLogin
Type: System..::..String
The web login of the CContact to be logged in.
clearPassword
Type: System..::..String
The password for the contact's account, unencrypted.

Return Value

The logged in CContactUser.

See Also