ValidationResult Constructor
Initializes a new instance of the ValidationResult class.

Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public ValidationResult(
	bool isValid,
	string errorMessage
)

Parameters

isValid
Type: SystemBoolean
if set to true [is valid].
errorMessage
Type: SystemString
The error message.
See Also