Sets the CompanyID and CompanyMemberType for a contact. This should only be used for bulk load operations where the company may not yet exist when its employees or subsidiaries are loaded. Normally, the CompanyID property should be set instead.

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

Syntax

C#
public void SetInstituteReference(
	string instituteContactId,
	string instituteCustomerTypeCode
)
Visual Basic
Public Sub SetInstituteReference ( _
	instituteContactId As String, _
	instituteCustomerTypeCode As String _
)
Visual C++
public:
void SetInstituteReference(
	String^ instituteContactId, 
	String^ instituteCustomerTypeCode
)

Parameters

instituteContactId
Type: System..::..String
The ContactId of the Company that this Contact is affiliated with
instituteCustomerTypeCode
Type: System..::..String
The CustomerType of the Company that this Contact is affiliated with

See Also