Click or drag to resize
DataTypeIntegrityValidateDataType Method

Note: This API is now obsolete.

Checks if value matches field's data type.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use GetValidationResult() method instead.")]
public string ValidateDataType()

Return Value

Type: String
Error message if the value doesn't match field's data type; otherwise null.
See Also