Click or drag to resize
MacroExpressionIsMethodWithName Method
Returns true if the type of current expression is MethodCall with specified name.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected bool IsMethodWithName(
	string name
)

Parameters

name
Type: SystemString
Name of the method

Return Value

Type: Boolean
See Also