MacroRuleInfoProviderGetMacroRulesConditionInternal Method |
Returns condition in K# language from given rule info and parameters.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax protected virtual string GetMacroRulesConditionInternal(
MacroRuleInfo rule,
Hashtable parameters
)
Parameters
- rule
- Type: CMS.MacroEngineMacroRuleInfo
Rule to get the condition from - parameters
- Type: System.CollectionsHashtable
Parameter values to complete the condition
Return Value
Type:
StringSee Also