ClassValidationResult
Class
Contains the outcome of a DOCX format validation, including the result type and any errors found.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Docx.Validation
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class ValidationResult
Inheritance: objectValidationResult
Properties
ResultType
Gets whether the validation succeeded or encountered errors.
Declaration
cs-api-definition
public ValidationResultType ResultType { get; }
Property Value
The result type.
ValidationErrors
Gets the collection of validation errors encountered, if any.
Declaration
cs-api-definition
public IEnumerable<ValidationError> ValidationErrors { get; }
Property Value
The validation errors.