Click or drag to resize
RuleHelperGetActivityCondition Method
Returns activity condition in XML format based on specific data.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static string GetActivityCondition(
	IDataContainer row,
	string whereCondition,
	string activityType
)

Parameters

row
Type: CMS.BaseIDataContainer
Data row container with rule information
whereCondition
Type: SystemString
Where condition
activityType
Type: SystemString
Activity type name in case the rule type is activity

Return Value

Type: String
See Also