Click or drag to resize
AccountContactInfoProviderSetAccountContactInfo Method
Sets relationship between specified account and contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static void SetAccountContactInfo(
	AccountContactInfo infoObj
)

Parameters

infoObj
Type: CMS.ContactManagementAccountContactInfo
Account-contact relationship to be set
See Also