Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Status

TElBoxDataStorageObject     See also     


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


Specifies whether the object is trashed ot active.

Declaration

[C#]
    TSBBoxObjectStatus Status;

[VB.NET]
    Property Status As TSBBoxObjectStatus

[Pascal]
    property Status: TSBBoxObjectStatus;

[C++]
    TSBBoxObjectStatus get_Status();

[PHP]
    integer get_Status()

[Java]
    TSBBoxObjectStatus getStatus();

TSBBoxObjectStatus values:

Description

    Use this property to check the object's status.

See also:     TrashedAt    

Discuss this help topic in SecureBlackbox Forum