Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Exists

TElDropboxDataStorageObject     See also     


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


Checks if the object exists in the storage.

Declaration

[C#]
    bool Exists();

[VB.NET]
    Function Exists() As Boolean

[Pascal]
    function Exists : boolean;

[C++]
    bool Exists();

[PHP]
    bool Exists()

[Java]
    boolean exists();

Return value

    Returns True if the object exists in the data storage and False otherwise.

Description

    Call this method to check if the object exists in the storage.

See also:     Clear     Delete     Read     Write    

Discuss this help topic in SecureBlackbox Forum