DocumentValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Validate a Word document (DOCX)
public class DocumentValidationResult
type DocumentValidationResult = class
Public Class DocumentValidationResult
- Inheritance
-
DocumentValidationResult
Constructors
| Name | Description |
|---|---|
| DocumentValidationResult() | |
Properties
| Name | Description |
|---|---|
| DocumentIsValid |
True if the document is valid and has no errors, false otherwise |
| ErrorCount |
Number of validation errors found in the document |
| ErrorsAndWarnings |
Details of errors and warnings found |
| WarningCount |
Number of validation warnings found in the document |