Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Clear

TElDropboxDataStorageObject     See also     


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


Removes all content of the data object.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    For folders, this method will remove all files and subfolders contained within. For files, this method will erase all file's data and metadata. In contrary to Delete, this method won't delete the file, just leave it empty.

See also:     Delete    

Discuss this help topic in SecureBlackbox Forum