Click or drag to resize
DataTypeIntegrityValidationResult Constructor (DataTypeIntegrityValidationResultType, String)
Initializes a new instance of DataTypeIntegrityValidationResult class by using a validation result type and an error message.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public DataTypeIntegrityValidationResult(
	DataTypeIntegrityValidationResultType resultType,
	string errorMessage
)

Parameters

resultType
Type: CMS.FormEngineDataTypeIntegrityValidationResultType
errorMessage
Type: SystemString
See Also