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