OnlineMarketingTransformationFunctions IsInContactGroup Method Kentico 8.0 API Reference
Returns TRUE if the contact is in any/all specified contact group(s) on current site.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contact
Type: OnlineSystem Object
Contact info object
contactGroupName
Type: OnlineSystem Object
Contact group name(s) separated by semicolon
allGroups
Type: OnlineSystem 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: OnlineBoolean
See Also