Click or drag to resize
MacroFieldGetValue Method
Returns the value of the field in the given evaluation context.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public Object GetValue(
	EvaluationContext context
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context under which to evaluate the field value

Return Value

Type: Object
See Also