Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Revision

TElDropboxDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Deprecated field that semi-uniquely identifies a file.

Declaration

[C#]
    long Revision;

[VB.NET]
    Property Revision As Long

[Pascal]
    property Revision : Int64;

[C++]
    int64_t get_Revision();

[PHP]
    integer get_Revision()

[Java]
    long getRevision();

Description

    Use Rev to get the unique identifier of the current revision of the file.

See also:     Rev    

Discuss this help topic in SecureBlackbox Forum