| MacroExpressionIsMethodWithName Method | 
            Returns true if the type of current expression is MethodCall with specified name.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected bool IsMethodWithName(
	string name
)
Parameters
- name
- Type: SystemString
 Name of the method
Return Value
Type: 
Boolean See Also
See Also