Enum DataTypeIntegrityValidationResultType
- Namespace
- CMS.FormEngine
- Assembly
- CMS.FormEngine.dll
DataType integrity validation result types
public enum DataTypeIntegrityValidationResultType
- Extension Methods
Fields
MaxLengthError = 2String length exceeds database allowed storage size
NoError = 0Validation passed
PrecisionError = 3Decimal precision is not valid
TypeError = 1Input value cannot be converted to required type