Returns TRUE if the contact is in any/all specified contact group(s) on current site.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- contact
- Type: System Object
Contact info object
- contactGroupName
- Type: System Object
Contact group name(s) separated by semicolon
- allGroups
- Type: System Boolean
If true contact has to be in all specified groups, if false, it is sufficient if the contact is in any of the specified groups.
Return Value
Type: BooleanSee Also