Creates a CContact object for an exising contact by reading the existing data from the database

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

Syntax

C#
public CContact(
	IiMISUser user,
	string contactId
)
Visual Basic
Public Sub New ( _
	user As IiMISUser, _
	contactId As String _
)
Visual C++
public:
CContact(
	IiMISUser^ user, 
	String^ contactId
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
contactId
Type: System..::..String
The ID of the contact to be instantiated.

See Also