ContactGroupMemberInfoProvider DeleteContactGroupMembers Method Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Parameters

where
Type: OnlineSystem String
Where condition
contactGroupID
Type: OnlineSystem Int32
Current groupID. Used only when deleting accounts and removing its contacts.
deletingAccount
Type: OnlineSystem Boolean
Indicates if deleting accounts. If TRUE then also contacts will be removed as well.
removeAccount
Type: OnlineSystem Boolean
If TRUE then account will be deleted, not only its contacts. Applicable only when deleting accounts.
See Also