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

In all cases when DocId is returned by some function system always fills the Id field. The External field is filled in case if it set for the corresponding document. If the DocId is passed to any function, it is enough to fill in one of the fields. The situation when both fields are filled in, but they correspond to different documents, leads to an exception. More details...

Properties

int Id [get, set]
 Unique internal ID. More details...
 
string External [get, set]
 Unique external ID. Maximum allowed length of the ID is 128 symbols. More details...
 

Detailed description

In all cases when DocId is returned by some function system always fills the Id field. The External field is filled in case if it set for the corresponding document. If the DocId is passed to any function, it is enough to fill in one of the fields. The situation when both fields are filled in, but they correspond to different documents, leads to an exception.

Full list of properties

◆ External

string Antiplagiat.ApiCorp.Model.DocumentId.External
getset

Unique external ID. Maximum allowed length of the ID is 128 symbols.

◆ Id

int Antiplagiat.ApiCorp.Model.DocumentId.Id
getset

Unique internal ID.