MacroFieldGetValue Method |
Returns the value of the field in the given evaluation context.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public Object GetValue(
EvaluationContext context
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context under which to evaluate the field value
Return Value
Type:
ObjectSee Also