Click or drag to resize
MacroExpressionExtractParameter Method
Extracts specified parameter of Rule expression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static MacroExpression ExtractParameter(
	string expression,
	string methodName,
	int parameter
)

Parameters

expression
Type: SystemString
Expression with rule method
methodName
Type: SystemString
Name of the method to extract parameter of
parameter
Type: SystemInt32
Index of the parameter

Return Value

Type: MacroExpression
See Also