Click or drag to resize
MacroMethodMethodContext 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<EvaluationContext, Object[], Object> MethodContext { get; set; }

Property Value

Type: FuncEvaluationContext, Object, Object
See Also