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: 10.0.0
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