Sets the ContactId to the value sent in. This method overrides any Automatic ID generation and should be use carefully.

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

Syntax

C#
public string SetContactId(
	string contactId
)
Visual Basic (Declaration)
Public Function SetContactId ( _
	contactId As String _
) As String
Visual C++
public:
String^ SetContactId(
	String^ contactId
)

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