Class QAReportForDocument
The report after running QA.
Inheritance
System.Object
QAReportForDocument
Syntax
public class QAReportForDocument
Fields
DocumentGuid
The unique id of the document.
Declaration
public Guid DocumentGuid
Type
System.DocumentName
The name of the document.
Declaration
public string DocumentName
Type
System.NumberOfErrors
The number of errors in the document.
Declaration
public int NumberOfErrors
Type
System.NumberOfUnignoredWarnings
The number of warnings in the document (excluding ignored ones).
Declaration
public int NumberOfUnignoredWarnings
Type
System.NumberOfWarnings
The number of warnings in the document (including ignored ones).
Declaration
public int NumberOfWarnings
Type
System.TargetLanguage
The target language of the document.
Declaration
public string TargetLanguage