Discuss this help topic in SecureBlackbox Forum

TElOneDriveFolder.List

TElOneDriveFolder     See also     


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


Lists the contents of the folder.

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 - contains the queried objects.

Description

    Use this method to get a list of all objects (files and folders) in this folder.

See also:     ListFolders    

Discuss this help topic in SecureBlackbox Forum