| MacroExpressionGetInfixMethodCall Method | 
            Returns string representation of the method in format MyMethod(First, Second, Third).
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected string GetInfixMethodCall(
	bool debugMode
)
Parameters
- debugMode
- Type: SystemBoolean
 Debug mode
Return Value
Type: 
String See Also
See Also