Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Untrash

TElGoogleDriveDataStorageObject     See also     


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


Restores the object from trash.

Declaration

[C#]
    void Untrash();

[VB.NET]
    Sub Untrash()

[Pascal]
    procedure Untrash();

[C++]
    void Untrash();

[PHP]
    void Untrash()

[Java]
    void untrash();

Description

    Call this method to restore the trashed object in its previous location.

See also:     Trash    

Discuss this help topic in SecureBlackbox Forum