SingleMacroRuleInstanceTranslatorBaseTranslateInternal Method |
Translates one rule to object query returning contacts. Is used to speed up the process of recalculating contact groups.
Namespace: CMS.ContactManagement.InternalAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax protected abstract ObjectQuery<ContactInfo> TranslateInternal(
StringSafeDictionary<MacroRuleParameter> ruleParameters
)
Parameters
- ruleParameters
- Type: CMS.BaseStringSafeDictionaryMacroRuleParameter
Macro rule parameters representing one line in the condition builder.
Return Value
Type:
ObjectQueryContactInfoObject query for contacts that fit in this rule.
See Also