Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Restore

TElDropboxDataStorageObject     See also     


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


Restores the file path to the previous revision.

Declaration

[C#]
    void Restore(string Rev);

[VB.NET]
    Sub Restore(ByVal Rev As String)

[Pascal]
    procedure Restore(const Rev : string);

[C++]
    void Restore(const std::string &Rev);

[PHP]
    void Restore(string $Rev)

[Java]
    void restore(String Rev);

Parameters

  • Rev - specifies the desired revision of the file.

Description

    Call this method to restore a previous revision of a file. This method saves traffic comparing to downloading the specified revision of a file, and re-uploading it.

See also:     Rev     ListRevisions     Read     Write    

Discuss this help topic in SecureBlackbox Forum