Click or drag to resize
ContactGroupRebuilderRebuildGroupsForContact Method

Note: This API is now obsolete.

Rebuilds contact group memberships of given contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute]
public void RebuildGroupsForContact(
	ContactInfo contact,
	List<ContactGroupInfo> contactGroups = null
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
Contact to rebuild contact groups for
contactGroups (Optional)
Type: System.Collections.GenericListContactGroupInfo
Contact groups in which to reevaluate membership of the contact. Leave null to reevaluate memberships of all contact groups
See Also