Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Rev

TElDropboxDataStorageObject     See also     


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


Specifies the current revision of the file.

Declaration

[C#]
    string Rev;

[VB.NET]
    Property Rev As String

[Pascal]
    property Rev : string;

[C++]
    void get_Rev(std::string &OutResult);

[PHP]
    string get_Rev()

[Java]
    String getRev();

Description

    Use this property to get the unique identifier of the current revision of the file.

See also:     Hash     ListRevisions     Restore    

Discuss this help topic in SecureBlackbox Forum