MacroMethod Constructor (String, FuncMacroResolver, Object, Object) |
Creates new instance of MacroMethod object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public MacroMethod(
string name,
Func<MacroResolver, Object[], Object> method
)
Parameters
- name
- Type: SystemString
Method name - method
- Type: SystemFuncMacroResolver, Object, Object
Method delegate
See Also