| ContactGroupRebuildTaskManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContactManagement
 Syntax
Syntaxpublic static class ContactGroupRebuildTaskManager
The ContactGroupRebuildTaskManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DeleteScheduledTask | 
            Deletes scheduled task related to given contact group if exists.
             | 
|   | DisableScheduledTask | 
            Disables scheduled task connected to the given contact group.
            Does nothing when scheduled task does not exist.
             | 
|   | EnableScheduledTask | 
            Enables scheduled task connected to the given contact group.
            If such task does not exits, creates a new one.
             | 
|   | GetScheduledTask | 
            Gets the scheduled task responsible for rebuilding the given contact group.
             | 
 See Also
See Also