Discuss this help topic in SecureBlackbox Forum

TElBoxFolder.List

TElBoxFolder     


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


Lists folder contents.

Declaration

[C#]
    void List(TElDataStorageObjectList Objects);

[VB.NET]
    Sub List(ByVal Objects As TElDataStorageObjectList)

[Pascal]
    procedure List(Objects: TElDataStorageObjectList);

[C++]
    void List(TElDataStorageObjectList &Objects);
    void List(TElDataStorageObjectList *Objects);

[PHP]
    void List(TElDataStorageObjectList $Objects)

[Java]
    void list(TElDataStorageObjectList Objects);

Parameters

  • Objects - the queried ist of objects.

Description

    Use this method to fetch a list of files and subfolders in this folder.

Discuss this help topic in SecureBlackbox Forum