Click or drag to resize
MacroMethodMethod Property
Gets or sets reference to a method.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public Func<Object[], Object> Method { get; set; }

Property Value

Type: FuncObject, Object

Implements

IMacroMethodMethod
See Also