Click or drag to resize
MacroFieldIsFieldAvailable Method
Returns true if the field is available in the given context.

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

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context in which the field is being requested

Return Value

Type: Boolean
See Also