Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Delete

TElGoogleDriveDataStorageObject     See also     


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


Deletes the object.

Declaration

[C#]
    void Delete();

[VB.NET]
    Sub Delete()

[Pascal]
    procedure Delete();

[C++]
    void Delete();

[PHP]
    void Delete()

[Java]
    void delete();

Description

    Use this method to completely delete the data object. To move the object to trash use the dedicated method.

See also:     Clear     Trash    

Discuss this help topic in SecureBlackbox Forum