RuleHelper GetDataFromCondition Method Kentico 8.1 API Reference
Returns data row container initialized with data from rule condition if the table definition contains column named as rule item name. If there is no column named as rule item name then empty data row container is returned.

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

Parameters

rule
Type: CMS.OnlineMarketing RuleInfo
RuleInfo object
table
Type: OnlineSystem.Data DataTable
Table definition
activityTypeName
Type: OnlineSystem String 
Activity type name is returned via this parameter if it is activity rule

Return Value

Type: IDataContainer
See Also