Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.List

TElGoogleDriveDataStorage     See also     


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


Lists the contents of the folder.

Declaration

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

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

Parameters

  • Folder - folder which entries should be listed. If not specified (nil/null/Nothing), the objects are listed for the entire storage.
  • Objects - contains the queried objects.
  • Parent -
  • Objs -

Description

    Use this method to list the directory contents. It returns all the non-trashed objects located in the specified folder. If no folder specified, the method lists all the non-trashed objects available in the entire remote storage on any level of the folders tree.

See also:     ListFolders     ListTrashed     Search    

Discuss this help topic in SecureBlackbox Forum