Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.ListFriendly

TElOneDriveDataStorage     See also     


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


Lists contents of the directory by its friendly name.

Declaration

[C#]
    void ListFriendly(string FriendlyName, TElDataStorageObjectList Objects);

[VB.NET]
    Sub ListFriendly(ByVal FriendlyName As String, ByVal Objects As TElDataStorageObjectList)

[Pascal]
    procedure ListFriendly(const FriendlyName: string; Objects: TElDataStorageObjectList);

[C++]
    void ListFriendly(const std::string &FriendlyName, TElDataStorageObjectList &Objects);
    void ListFriendly(const std::string &FriendlyName, TElDataStorageObjectList *Objects);

[PHP]
    void ListFriendly(string $FriendlyName, TElDataStorageObjectList $Objects)

[Java]
    void listFriendly(String FriendlyName, TElDataStorageObjectList Objects);

Parameters

  • FriendlyName - the name of the friendly directory, e.g., "my_documents".
  • Objects - contains the queried objects.

Description

    Use this method to list contents of a OneDrive folder using its friendly name instead of ID.

See also:     List     ListRecent     ListShared    

Discuss this help topic in SecureBlackbox Forum