Enum ContentAuthorizationStatus
Represents the result of a content authorization check.
Namespace: Umbraco.Cms.Core.Services.AuthorizationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ContentAuthorizationStatus
Fields
| Name | Description |
|---|---|
| NotFound | The content item was not found. |
| Success | The authorization check succeeded. |
| UnauthorizedMissingBinAccess | The user does not have access to the recycle bin. |
| UnauthorizedMissingCulture | The user does not have access to the specified culture. |
| UnauthorizedMissingDescendantAccess | The user does not have access to one or more descendant items. |
| UnauthorizedMissingPathAccess | The user does not have access to the content path. |
| UnauthorizedMissingPermissionAccess | The user does not have the required permission for this operation. |
| UnauthorizedMissingRootAccess | The user does not have access to root-level content. |