TreeSecurity.getList (Method)
Returns zero or more structures, each containing a comma-delimited list of tree security permissions for either all users and groups or just one.
Returns:
TreeSecurity_GetList_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
EnabledPermissionNameList | TreePermissionList_EmptyString | A comma-delimited list of all granted permissions. This includes including implicitly granted permissions. An empty string indicates that no permissions are enabled. |
MinimalEnabledPermissionNameList | TreePermissionList_EmptyString | A comma-delimited list of granted permissions. This does not include include implicitly granted permissions. An empty string indicates that no permissions are minimally enabled. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
treeID | TreeID | Required | The unique ID of a tree. |
userGroupID | UserGroupID_All | Required | A user or group's ID. If this value is 'All', CommonSpot returns results for all users and groups instead of just one. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | (none) |
Author Lock |
Error Codes:
None
Notes:
None