Click or drag to resize
DataTypeIntegrityValidationResultType Enumeration
DataType integrity validation result types

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public enum DataTypeIntegrityValidationResultType
Members
  Member nameValueDescription
NoError0 Validation passed
TypeError1 Input value cannot be converted to required type
MaxLengthError2 String length exceeds database allowed storage size
PrecisionError3 Decimal precision is not valid
See Also