Optional method options IApiCorp.GetReportView
More details...
|
| 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...
|
| |
Optional method options IApiCorp.GetReportView
◆ 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.