Discuss this help topic in SecureBlackbox Forum

TElBoxFolder Constructor

TElBoxFolder     


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


Creates a new instance of TElBoxFolder.

Declaration

[C#]
    TElBoxFolder(TElBoxDataStorage AStorage);

[VB.NET]
    Sub New(ByVal AStorage As TElBoxDataStorage)

[Pascal]
    constructor Create(AStorage: TElBoxDataStorage); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxFolder();
    public TElBoxFolder(TElBoxDataStorage AStorage);

Parameters

  • AStorage - the component which interfaces the remote storage.

Description

    Use this method to create a new instance of TElBoxFolder.

Discuss this help topic in SecureBlackbox Forum