ShortcutSecurity.getList (Method)

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.

Returns:

ShortcutSecurity_GetList_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
AdminViaOwner Boolean Boolean flag which when set to true indicates that a user or group owns the object and gets 'admin' rights because of this.
EnabledPermissionNameList ShortcutPermissionList_EmptyString A comma-delimited list of all granted permissions including those that are implicitly-granted. An empty string indicates that no permissions are enabled.
MinimalEnabledPermissionNameList ShortcutPermissionList_EmptyString A comma-delimited list of granted permissions. This does not include implicitly granted permissions. An empty string indicates that no permissions are minimally enabled.

Arguments:

Name Type Required Description
shortcutID ShortcutID Required A shortcut's ID. If this value is 0, CommonSpot returns information on all shortcuts for the IDs named in the 'usergroupID' argument.
usergroupID UserGroupID_All Optional. Defaults to 'All'. A user or group ID or 'All'. If this value is 'All', CommonSpot returns results for all users and groups.

Context:

License Requirements None
Permission Requirements Contributor
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None