Click or drag to resize
MacroRuleInfoProviderGetMacroRulesCondition Method
Returns condition in K# language from given rule info and parameters.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public string GetMacroRulesCondition(
	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: String
See Also