Skip to end of banner
Go to start of banner

admGetAllPermissionGrants

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

We've encountered an issue exporting this macro. Please try exporting this page again later.

Description

Retrieves a list of permissions for the provided scheme id.

Parameters

Return Type

JPermissionGrant []

Returns an array of permission grant structures.

Example

JPermissionGrant [] allPermGrants = admGetAllPermissionGrants(10012);
return allPermGrants;}

See also

  • No labels