Table of Contents

Enum DataTypeIntegrityValidationResultType

Namespace
CMS.FormEngine
Assembly
CMS.FormEngine.dll

DataType integrity validation result types

public enum DataTypeIntegrityValidationResultType
Extension Methods

Fields

MaxLengthError = 2

String length exceeds database allowed storage size

NoError = 0

Validation passed

PrecisionError = 3

Decimal precision is not valid

TypeError = 1

Input value cannot be converted to required type