Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Purge

TElBoxDataStorageObject     See also     


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


Purges the object from the trash.

Declaration

[C#]
    void Purge();

[VB.NET]
    Sub Purge()

[Pascal]
    procedure Purge();

[C++]
    void Purge();

[PHP]
    void Purge()

[Java]
    void purge();

Description

    Call this method to completely remove the data from the trash.

See also:     PurgedAt     TrashedAt     Restore    

Discuss this help topic in SecureBlackbox Forum