IMacroRuleInstanceTranslator Translate Method Kentico 8.1 API Reference
Translates one rule to object query returning contacts. Is used to speed up the process of recalculating contact groups.

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

Parameters

macroRuleInstance
Type: CMS.OnlineMarketing MacroRuleInstance
Instance of the macro rule representing one line in the condition builder.

Return Value

Type: ObjectQuery ContactInfo 
Object query for contacts that fit in this rule.
See Also