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

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

Syntax

C#
public static CWebUser LoginByWebLogin(
	string webLogin,
	string clearPassword
)
Visual Basic
Public Shared Function LoginByWebLogin ( _
	webLogin As String, _
	clearPassword As String _
) As CWebUser
Visual C++
public:
static CWebUser^ 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

An instance of CWebUser representing the logged in user.

See Also