Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.List

TElOneDriveDataStorage     See also     


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


Lists the contents of the folder.

Declaration

[VB.NET]
    Sub List(ByVal Dir As TElOneDriveFolder, ByVal Objects As TElDataStorageObjectList)
    Sub List(ByVal Objs As TElDataStorageObjectList)

[Pascal]
    procedure List(Dir: TElOneDriveFolder; Objects: TElDataStorageObjectList);

[PHP]
    void List(TElOneDriveFolder $Dir, TElDataStorageObjectList $Objects)
    void List(TElDataStorageObjectList $Objs)

Parameters

  • Dir - the directory which entries should be listed.
  • Objects - contains the queried objects.
  • Objs -

Description

    Use this method to list the contents of the remote directory.

See also:     ListFriendly     ListRecent     ListShared     Search    

Discuss this help topic in SecureBlackbox Forum