Class RunQAGetReportOptions
Options of running QA and getting a report.
Syntax
public class RunQAGetReportOptions
Fields
DocumentGuids
The guids of the documents or slices for which QA should be executed. Null value means to run QA on the entire project. The report will only contain data for these documents.
Declaration
public Guid[] DocumentGuids
Type
Guid[]IncludeLockedRows
True to inclde locked rows; if false, all locked rows are skipped and not checked.
Declaration
public bool IncludeLockedRows
Type
BooleanReportDisplayLanguage
The display language of the report (<two-letter-region-code> or <two-letter-language-code>-<country>). English will be used if not specified or the specified language is not available.
Declaration
public string ReportDisplayLanguage
Type
StringReportType
The type of report to return after the QA process.
Declaration
public QAReportTypes ReportType