ShortcutSecurity (Component)
The ShortcutSecurity object manages the permissions that a user or group has for shortcuts. It does this by creating security records that explicitly name the permissions that a user or group has. You can also remove permissions by deleting a security record. Other methods provide information on these permissions.
Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)
Customization is not supported for this component.
Methods:
delete [L] | Deletes a short cut security record from a user or group record. |
deleteMultiple | Deletes a shortcut security record from the specified users and groups. |
getAvailable | Returns one or more structures, each containing information about short cut permissions for a user or group; for example, the permission's name, description, and which permissions are implicitly enabled or disabled. |
getList | Returns zero or more structures, each containing a comma-delimited list of short cut security permissions for either all users and groups or just one. |
getUserRights | Returns a structure containing information on the current user's effective shortcut security permissions. These permissions include those inherited from the group security permission for which the current user is a member. |
save [L] | Saves shortcut security permissions for a user or group. |