Geocortex Essentials WPF API Reference for Workflow
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
Parameters
- isValid
- Type: SystemBoolean
if set to true [is valid]. - errorMessage
- Type: SystemString
The error message.
See Also