IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ListPermissions Method

Lists the permissions of a folder.

Object Oriented Interface

public function doListPermissions($folderid);

Procedural Interface

ipworkscloud_sharefile_do_listpermissions($res, $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 Permission* properties.

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

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