Table of Contents

Enum BoolFieldValueTypes

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

Represents possible boolean values.

[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 BoolFieldValueTypes
Extension Methods

Fields

IsFalse = 1

Value is false.

IsTrue = 0

Value is true.