Table of Contents

Class IsEmptyVisibilityCondition

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Indicates that a form component will be visible only when the dependee property is empty string, empty collection or null.

[VisibilityConditionAttribute(typeof(VisibleIfEmptyAttribute))]
public class IsEmptyVisibilityCondition : VisibilityConditionWithDependency, IVisibilityCondition
Inheritance
object
IsEmptyVisibilityCondition
Implements
Inherited Members
Extension Methods

Methods

Evaluate(IFormFieldValueProvider)

Evaluates the visibility condition and returns the result.

public override bool Evaluate(IFormFieldValueProvider formFieldValueProvider)

Parameters

formFieldValueProvider IFormFieldValueProvider

Provider of values of other form fields for contextual evaluation. Only fields logically preceding the current field are available.

Returns

bool

Returns true is the visibility condition is met (i.e. the associated component is to be displayed), otherwise returns false.