MacroMethod Constructor (String, FuncEvaluationContext, 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<EvaluationContext, Object[], Object> method
)
Parameters
- name
- Type: SystemString
Method name - method
- Type: SystemFuncEvaluationContext, Object, Object
Method delegate
See Also