Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFolder.ListFolders

TElGoogleDriveFolder     See also     


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


Lists the subfolders of this folder.

Declaration

[C#]
    void ListFolders(TElDataStorageObjectList Objects);

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

[Pascal]
    procedure ListFolders(Objects: TElDataStorageObjectList);

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

[PHP]
    void ListFolders(TElDataStorageObjectList $Objects)

[Java]
    void listFolders(TElDataStorageObjectList Objects);

Parameters

  • Objects - contains the list of queried folders.

Description

    Use this method to get the list of the subfolders of this folder.

See also:     List     ListTrashed    

Discuss this help topic in SecureBlackbox Forum