Click or drag to resize
MacroExpression.GetInfixMethodCall Method
Returns string representation of the method in format MyMethod(First, Second, Third).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected string GetInfixMethodCall(
	bool debugMode
)

Parameters

debugMode
Type: System.Boolean
Debug mode

Return Value

Type: String
See Also