Click or drag to resize
MacroRuleTreeSetParameterValue Method
Sets the parameter value.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public void SetParameterValue(
	string paramName,
	MacroRuleParameter parameter
)

Parameters

paramName
Type: SystemString
Name of the parameter
parameter
Type: CMS.MacroEngineMacroRuleParameter
Parameter value
See Also