IMacroRuleInstanceTranslatorTranslate Method |
Translates one rule to object query returning contacts. Is used to speed up the process of recalculating contact groups.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax 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:
ObjectQueryContactInfoObject query for contacts that fit in this rule.
See Also