Click or drag to resize
ContactGroupRebuilder Class
Class for contact group rebuilding.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactGroupRebuilder

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

The ContactGroupRebuilder type exposes the following members.

Constructors
  NameDescription
Public methodContactGroupRebuilder
Initializes new instance of ContactGroupRebuilder.
Top
Methods
  NameDescription
Public methodRebuildGroup
Rebuilds the whole contact group using the fastest possible rebuilder. This method works synchronously.
Public methodRebuildPartOfContactGroup
Adds or removes specific contactIDs into the contact group.
Top
See Also