Click or drag to resize
MacroMethod Constructor (String, Func<MacroResolver,Object[], Object>)
Creates new instance of MacroMethod object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax
C#
public MacroMethod(
	string name,
	Func<MacroResolver, Object[], Object> method
)

Parameters

name
Type: System.String
Method name
method
Type: System.Func<MacroResolver,Object[], Object>
Method delegate
See Also