Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.Exists

TElAWSS3DataStorageObject     See also     


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


Checks whether data 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

    Use this method to check if certain the data object is present in the storage.

See also:     Constructor     Delete    

Discuss this help topic in SecureBlackbox Forum