Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFolder.ListTrashed

TElGoogleDriveFolder     See also     


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


Lists the trashed objects located in this folder.

Declaration

[C#]
    void ListTrashed(TElDataStorageObjectList Objects);

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

[Pascal]
    procedure ListTrashed(Objects: TElDataStorageObjectList);

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

[PHP]
    void ListTrashed(TElDataStorageObjectList $Objects)

[Java]
    void listTrashed(TElDataStorageObjectList Objects);

Parameters

  • Objects - contains the list of queried objects.

Description

    Use this method to get the list of the trashed objects located in this folder.

See also:     List     ListFolders    

Discuss this help topic in SecureBlackbox Forum