Table of Contents

Enum NumericFieldComparisonTypes

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Possible numeric comparison types used in form field validation.

[Obsolete("This API is only available for legacy Form Builder components that provide backward compatibility when transitioning from older versions. The API will be removed when support for the Form Builder compatibility mode is dropped.")]
public enum NumericFieldComparisonTypes
Extension Methods

Fields

Equal = 4

Equal.

GreaterThan = 2

Greater than.

GreaterThanOrEqual = 3

Greater than or equal.

LessThan = 0

Less than.

LessThanOrEqual = 1

Less than or equal.

NotEqual = 5

Not equal.