Enum UserGroupAuthorizationStatus
Represents the result of a user group authorization check.
Namespace: Umbraco.Cms.Core.Services.AuthorizationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum UserGroupAuthorizationStatus
Fields
| Name | Description |
|---|---|
| Success | The authorization check succeeded. |
| UnauthorizedMissingAllowedSectionAccess | The user does not have access to the allowed sections of the user group. |
| UnauthorizedMissingContentStartNodeAccess | The user does not have access to the content start node of the user group. |
| UnauthorizedMissingMediaStartNodeAccess | The user does not have access to the media start node of the user group. |
| UnauthorizedMissingUserGroupAccess | The user does not have access to the user group. |
| UnauthorizedMissingUsersSectionAccess | The user does not have access to the Users section. |