Sets the ContactId to the value sent in. This method overrides any Automatic ID generation and should
be use carefully.
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| Visual Basic |
|---|
Public Function SetContactId ( _
contactId As String _
) As String |
Parameters
- contactId
- Type: System..::..String
The new ContactId to use for this contact. If empty and this iMIS
installation uses the AutoID setting, the new ID will be generated.
Return Value
The new contact id.
See Also