Click or drag to resize
MacroMethod Constructor (String, FuncMacroResolver, Object, Object)
Creates new instance of MacroMethod object.

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

Parameters

name
Type: SystemString
Method name
method
Type: SystemFuncMacroResolver, Object, Object
Method delegate
See Also