MacroFieldIsFieldAvailable Method |
Returns true if the field is available in the given context.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public bool IsFieldAvailable(
EvaluationContext context
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context in which the field is being requested
Return Value
Type:
BooleanSee Also