IPWorks Cloud 2020 Android Edition

Questions / Feedback?

ListPermissions Method

Lists the permissions of a folder.

Syntax

public void listPermissions(String folderId);

Remarks

The method will list the permissions of a folder defined by the FolderId parameter. Calling this method will fire the PermissionList event once for each permission, and will also populate the Permissions collection.

string FolderId = shareFile.Items[0].Id;
shareFile.ListPermissions(FolderId);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Android Edition - Version 20.0 [Build 8265]