admGetAllPermissionGrants
Description
Retrieves a list of permissions for the provided scheme id.
Parameters
Return Type
Returns an array of permission grant structures.
Example
JPermissionGrant [] allPermGrants = admGetAllPermissionGrants(10012);
return allPermGrants;}
See also
Peacock