ContactHelper Delete Method Kentico 8.0 API Reference
Deletes contact. All related records are moved to parent contact or deleted.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contact
Type: CMS.OnlineMarketing ContactInfo
Contact to be deleted
deleteMerged
Type: OnlineSystem Boolean
Indicates if merged child contacts should be deleted as well or will be splitted before deleting parent contact.
moveActivities
Type: OnlineSystem Boolean
Indicates if activities, relationships, IPs and UserAgents created on merged contact should be moved to parent contact.
See Also