MacroExpressionExtractParameter Method |
Extracts specified parameter of Rule expression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
MacroExpressionSee Also