Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.ListShared

TElOneDriveDataStorage     See also     


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


Returns a list of objects shared with the user.

Declaration

[C#]
    void ListShared(TElDataStorageObjectList Objects);

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

[Pascal]
    procedure ListShared(Objects: TElDataStorageObjectList);

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

[PHP]
    void ListShared(TElDataStorageObjectList $Objects)

[Java]
    void listShared(TElDataStorageObjectList Objects);

Parameters

  • Objects - contains the queried objects.

Description

    Use this method to get a list of objects that are shared with the signed-in user.

See also:     List     ListFriendly     ListRecent    

Discuss this help topic in SecureBlackbox Forum