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