ContactGroupRebuilderRebuildGroupsForContact Method |
Note: This API is now obsolete.
Rebuilds contact group memberships of given contact.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax [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