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

Status of uploaded documents. More details...

Properties

DocumentId Id [get, set]
 ID of uploaded document. An empty value if the document has not loaded. The cause of the download problems see here Reason and FailDetails. More details...
 
string FileName [get, set]
 Name of the uploaded file. More details...
 
FailReason Reason [get, set]
 Code of the reason why the document was not uploaded. More details...
 
string FailDetails [get, set]
 Details of the reason why the document was not uploaded. More details...
 

Detailed description

Status of uploaded documents.

Full list of properties

◆ FailDetails

string Antiplagiat.ApiCorp.Model.FileStatus.FailDetails
getset

Details of the reason why the document was not uploaded.

◆ FileName

string Antiplagiat.ApiCorp.Model.FileStatus.FileName
getset

Name of the uploaded file.

◆ Id

DocumentId Antiplagiat.ApiCorp.Model.FileStatus.Id
getset

ID of uploaded document. An empty value if the document has not loaded. The cause of the download problems see here Reason and FailDetails.

◆ Reason

FailReason Antiplagiat.ApiCorp.Model.FileStatus.Reason
getset

Code of the reason why the document was not uploaded.