Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Trash

TElGoogleDriveDataStorageObject     See also     


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


Moves the object to trash.

Declaration

[C#]
    void Trash();

[VB.NET]
    Sub Trash()

[Pascal]
    procedure Trash();

[C++]
    void Trash();

[PHP]
    void Trash()

[Java]
    void trash();

Description

    Call this method to trash the object. The trashed objects are not deleted instantly, the dedicated method can be used to untrash such objects.

See also:     Untrash     Delete    

Discuss this help topic in SecureBlackbox Forum