Logs an existing CContact user into the system using their user Id only. This will set the current app principal.

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

Syntax

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

Parameters

webLogin
Type: System..::.String
The web login of the CContact to be logged in.

Return Value

The logged in CContactUser.

See Also