ApiCorp: Class Antiplagiat.ApiCorp.Model.ReportViewOptions
ApiCorp Documentation  3.10.3
Class Antiplagiat.ApiCorp.Model.ReportViewOptions

Optional method options IApiCorp.GetReportView More details...

Properties

int ReportNum [get, set]
 Report number. If the field is not specified, it corresponds to the last report. More details...
 
bool FullReport [get, set]
 If full report is needed. If the flag is set The field Details in the report is filled. More details...
 
bool NeedText [get, set]
 If the text is needed in the full report. In case when FullReport = false value of this field is skipped More details...
 
bool NeedStats [get, set]
 If document statistic is needed. If the flag is set the field Stats in the report is filled. More details...
 
bool NeedAttributes [get, set]
 If document attributes are needed. If the flag is set the field Attributes is filled. More details...
 

Detailed description

Optional method options IApiCorp.GetReportView

Full list of properties

◆ FullReport

bool Antiplagiat.ApiCorp.Model.ReportViewOptions.FullReport
getset

If full report is needed. If the flag is set The field Details in the report is filled.

◆ NeedAttributes

bool Antiplagiat.ApiCorp.Model.ReportViewOptions.NeedAttributes
getset

If document attributes are needed. If the flag is set the field Attributes is filled.

◆ NeedStats

bool Antiplagiat.ApiCorp.Model.ReportViewOptions.NeedStats
getset

If document statistic is needed. If the flag is set the field Stats in the report is filled.

◆ NeedText

bool Antiplagiat.ApiCorp.Model.ReportViewOptions.NeedText
getset

If the text is needed in the full report. In case when FullReport = false value of this field is skipped

◆ ReportNum

int Antiplagiat.ApiCorp.Model.ReportViewOptions.ReportNum
getset

Report number. If the field is not specified, it corresponds to the last report.