Click or drag to resize
IMacroRuleInstanceTranslatorTranslate Method
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: 9.0.0
Syntax
C#
ObjectQuery<ContactInfo> Translate(
	MacroRuleInstance macroRuleInstance
)

Parameters

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

Return Value

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