Enum AccessRuleType
Defines dashboard access rules type.
Namespace: Umbraco.Cms.Core.Dashboards
Assembly: Umbraco.Core.dll
Syntax
public enum AccessRuleType
Fields
| Name | Description |
|---|---|
| Deny | Deny access to the dashboard if user belongs to the specified user group. |
| Grant | Grant access to the dashboard if user belongs to the specified user group. |
| GrantBySection | Grant access to the dashboard if user has access to the specified section. |
| Unknown | Unknown (default value). |