Click or drag to resize
ContactGroupMemberInfoProviderDeleteContactGroupMembersInternal Method
Deletes relationships between specified contact groups and related objects (contact, account) defined in where condition.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteContactGroupMembersInternal(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also