Click or drag to resize
ContactGroupRebuildTaskManager Class
Manages scheduled tasks responsible for rebuilding contact groups.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactGroupRebuildTaskManager

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public static class ContactGroupRebuildTaskManager

The ContactGroupRebuildTaskManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeleteScheduledTask
Deletes scheduled task related to given contact group if exists.
Public methodStatic memberDisableScheduledTask
Disables scheduled task connected to the given contact group. Does nothing when scheduled task does not exist.
Public methodStatic memberEnableScheduledTask
Enables scheduled task connected to the given contact group. If such task does not exits, creates a new one.
Public methodStatic memberGetScheduledTask
Gets the scheduled task responsible for rebuilding the given contact group.
Top
See Also