TreeSecurity.getAvailable (Method)
Returns one or more structures, each containing information about a tree security permissions for a user or group; for example, the permission's name, description, and which permissions are implicitly enabled or disabled.
Returns:
TreeSecurity_GetAvailable_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
DisabledPermissionNameList | TreePermissionList_EmptyString | A comma-delimited list of permissions that are implicitly disabled when this permission is disabled. An empty string indicates that no permissions are disabled. |
EnabledPermissionNameList | TreePermissionList_EmptyString | A comma-delimited list of permissions that are implicitly enabled when this permission is enabled. An empty string indicates that no permissions are implicitly disabled. |
Name | TreePermission | The tree permission. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
userGroupID | UserGroupID | Required | A user or group's ID. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | (none) |
Author Lock |
Error Codes:
None
Notes:
None