Logs an existing CContact user into the system using their web login and password.
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static CContactUser LoginByWebLogin( string webLogin, string clearPassword ) |
| Visual Basic (Declaration) |
|---|
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.