Click or drag to resize
DataTypeIntegrityGetValidationResult Method
Checks if value matches field's data type.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public DataTypeIntegrityValidationResult GetValidationResult()

Return Value

Type: DataTypeIntegrityValidationResult
DataTypeIntegrityValidationResult object with error message set.
See Also