Creates a CContactTransport object for an existing contact by reading the existing data from the database
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CContactTransport( IiMISUser user, string contactId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ user As IiMISUser, _ contactId As String _ ) |
| Visual C++ |
|---|
public: CContactTransport( 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.