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: 13.0.131
Syntax
C#
public DataTypeIntegrityValidationResult GetValidationResult()

Return Value

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