Click or drag to resize
AccountContactInfoProviderDeleteAccountContactInfo Method (AccountContactInfo)
Deletes 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 DeleteAccountContactInfo(
	AccountContactInfo infoObj
)

Parameters

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