Discuss this help topic in SecureBlackbox Forum

TElTarArchiveDirectoryEntry.Process

TElTarArchiveDirectoryEntry     


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


Specifies whether this file should be processed.

Declaration

[C#]
    bool Process;

[VB.NET]
    Property Process As Boolean

[Pascal]
    property Process : boolean;

[C++]
    bool get_Process();
    void set_Process(bool Value);

[PHP]
    bool get_Process()
    void set_Process(bool $Value)

[Java]
    boolean getProcess();
    void setProcess(boolean Value);

Description

Specifies whether this file should be processed. The default value is true.

Discuss this help topic in SecureBlackbox Forum