Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.IsDeleted

TElDropboxDataStorageObject     See also     


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


Specifies if the object is deleted.

Declaration

[C#]
    bool IsDeleted;

[VB.NET]
    Property IsDeleted As Boolean

[Pascal]
    property IsDeleted : boolean;

[C++]
    bool get_IsDeleted();

[PHP]
    bool get_IsDeleted()

[Java]
    boolean getIsDeleted();

Description

    Returns True if the object has been deleted from the storage. Use of this property makes sense if deleted files are listed.

See also:     Listed    

Discuss this help topic in SecureBlackbox Forum