Click or drag to resize
AccountContactInfoProviderDeleteAllAccountContactsInternal Method
Deletes realtionships between specified accounts and contacts defined in where condition.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
protected virtual void DeleteAllAccountContactsInternal(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also