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