IMacroRuleInstanceTranslatorTranslate Method |
Translates one rule to object query returning contacts. Is used to speed up the process of recalculating contact groups.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax ObjectQuery<ContactInfo> Translate(
MacroRuleInstance macroRuleInstance
)
Parameters
- macroRuleInstance
- Type: CMS.ContactManagementMacroRuleInstance
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