Click or drag to resize
DeleteInactiveContacts Class
Deletes inactive contacts for all sites. Takes a batch of 1000 which is deleted and replans itself if there are more to delete.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingDeleteInactiveContacts

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public class DeleteInactiveContacts : ITask

The DeleteInactiveContacts type exposes the following members.

Constructors
  NameDescription
Public methodDeleteInactiveContacts
Top
Methods
  NameDescription
Public methodExecute
Deletes inactive contacts for all sites. Takes a batch of 1000 which is deleted and reschedules itself if there are more to delete.
Top
See Also