IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

GetPermissionInfo Method

Gets information about a specific permission.

Object Oriented Interface

public function doGetPermissionInfo($resourceid, $permissionid);

Procedural Interface

ipworkscloud_googledrive_do_getpermissioninfo($res, $resourceid, $permissionid);

Remarks

This method retrieves information about the permission specified by PermissionId on the file, folder, or shared drive specified by ResourceId.

Calling this method will fire the PermissionList event, and will populate the Permission* properties (clearing any previously-held items in the process).

Shared Drive Members

Refer to UpdatePermissions for more information about how permissions work in general, how permissions relate to shared drive members, and how to manipulate multiple members at once.

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