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

Information about the document More details...

Properties

DocumentId Id [get, set]
 ID of the document More details...
 
DocAttributes Attributes [get, set]
 Document attributes More details...
 
DocStat Statistic [get, set]
 Statistics on the document. Fills only in case if the corresponding flag is set when calling the GetDocuments Info function (InfoOptions.NeedStats) More details...
 
DateTime AddedToIndex [get, set]
 Date of addition to index. If the document has not been added to the index or has been removed from the index, the field is not filled in. More details...
 
bool InStorage [get, set]
 Is the document loaded to the storage. More details...
 
int FolderId [get, set]
 ID of the folder which contains loaded document. More details...
 
string UserEmail [get, set]
 E-mail of the user who loaded the document. More details...
 
IndexState Indexed [get, set]
 The indexing status of the document. More details...
 

Detailed description

Information about the document

Full list of properties

◆ AddedToIndex

DateTime Antiplagiat.ApiCorp.Model.DocInfo.AddedToIndex
getset

Date of addition to index. If the document has not been added to the index or has been removed from the index, the field is not filled in.

◆ Attributes

DocAttributes Antiplagiat.ApiCorp.Model.DocInfo.Attributes
getset

Document attributes

◆ FolderId

int Antiplagiat.ApiCorp.Model.DocInfo.FolderId
getset

ID of the folder which contains loaded document.

◆ Id

DocumentId Antiplagiat.ApiCorp.Model.DocInfo.Id
getset

ID of the document

◆ Indexed

IndexState Antiplagiat.ApiCorp.Model.DocInfo.Indexed
getset

The indexing status of the document.

◆ InStorage

bool Antiplagiat.ApiCorp.Model.DocInfo.InStorage
getset

Is the document loaded to the storage.

◆ Statistic

DocStat Antiplagiat.ApiCorp.Model.DocInfo.Statistic
getset

Statistics on the document. Fills only in case if the corresponding flag is set when calling the GetDocuments Info function(InfoOptions.NeedStats)

◆ UserEmail

string Antiplagiat.ApiCorp.Model.DocInfo.UserEmail
getset

E-mail of the user who loaded the document