Admin::setRequiredPermissions
Description
In BBj 11.0 and higher, this method sets the permissions that are required for the user.
Syntax
Return Value |
Method |
---|---|
void |
setRequiredPermissions(int permissions) |
Parameters
Variable |
Description |
---|---|
permissions |
Specifies the permission value that the user will be required to have. See the Admin constants for a list of possible values. |
Return Value
None.
Remarks
None.
Example
|