Populate CContactUser object given the login information.

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

Syntax

C#
protected static void LoginContact(
	CContactUser contactUser,
	string sql,
	string id,
	string password
)
Visual Basic (Declaration)
Protected Shared Sub LoginContact ( _
	contactUser As CContactUser, _
	sql As String, _
	id As String, _
	password As String _
)
Visual C++
protected:
static void LoginContact(
	CContactUser^ contactUser, 
	String^ sql, 
	String^ id, 
	String^ password
)

Parameters

contactUser
Type: Asi.iBO.ContactManagement..::.CContactUser
CContactUser object that will be populated.
sql
Type: System..::.String
SQL to get Name_Security information. Only used for iMIS versions earlier than 15.
id
Type: System..::.String
Id of user to retrieve.
password
Type: System..::.String
Password of user to retrieve.

See Also