Discuss this help topic in SecureBlackbox Forum

TElCustomArtifactStorage.Clear

TElCustomArtifactStorage     


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


Removes all stored items.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear; virtual;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Call this method to empty the storage.

Discuss this help topic in SecureBlackbox Forum