Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.TrashedAt

TElBoxDataStorageObject     See also     


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


Specifies when this file was last moved to the trash.

Declaration

[C#]
    DateTime TrashedAt;

[VB.NET]
    Property TrashedAt As DateTime

[Pascal]
    property TrashedAt: TDateTime;

[C++]
    int64_t get_TrashedAt();

[PHP]
    DateTime get_TrashedAt()

[Java]
    Date getTrashedAt();

Description

    Use this property to check when this file was last trashed.

See also:     PurgedAt    

Discuss this help topic in SecureBlackbox Forum