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

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

The DeleteInactiveContacts type exposes the following members.

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