Click or drag to resize
DynamicConditionEvaluatorActivityForAllGroups Method (ActivityInfo)
Evaluates all contact group conditions and assigns contact to those which conditions are met. Doesn't run in separate thread as it is called from task for processing activities. InvalidateCache method must be called after all activities are processed.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static void ActivityForAllGroups(
	ActivityInfo ai
)

Parameters

ai
Type: CMS.OnlineMarketingActivityInfo
Activity info
See Also