Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.List

TElGoogleDriveDataStorage     See also     


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


Lists the contents of the folder.

Declaration

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

[Pascal]
    procedure List(Folder: TElGoogleDriveFolder; Objects: TElDataStorageObjectList);

Parameters

  • Folder - folder which entries should be listed. If not specified (NULL), the root folder is used.
  • Objects - contains the queried objects.
  • Objs -

Description

    Use this method to list the directory contents.

See also:     Search     Root    

Discuss this help topic in SecureBlackbox Forum