Click or drag to resize
ContactGroupRebuilderRebuildPartOfContactGroup Method
Adds or removes specific contactIDs into the contact group.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public void RebuildPartOfContactGroup(
	ContactGroupInfo contactGroup,
	ISet<int> contactIDs
)

Parameters

contactGroup
Type: CMS.OnlineMarketingContactGroupInfo
Contact group to be rebuilded
contactIDs
Type: System.Collections.GenericISetInt32
Contacts whose membership in the group will be reevaluated
See Also