New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class ValidationResult

Inheritance: objectValidationResult

Properties

Gets whether the validation succeeded or encountered errors.

C#
public ValidationResultType ResultType { get; }
Property Value:

The result type.

Gets the collection of validation errors encountered, if any.

C#
public IEnumerable<ValidationError> ValidationErrors { get; }
Property Value:

The validation errors.

In this article
DefinitionPropertiesResultTypeValidationErrors
Not finding the help you need?
Contact Support