Enum MediaAuthorizationStatus
Represents the result of a media authorization check.
Namespace: Umbraco.Cms.Core.Services.AuthorizationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum MediaAuthorizationStatus
Fields
| Name | Description |
|---|---|
| NotFound | The media item was not found. |
| Success | The authorization check succeeded. |
| UnauthorizedMissingBinAccess | The user does not have access to the recycle bin. |
| UnauthorizedMissingPathAccess | The user does not have access to the media path. |
| UnauthorizedMissingRootAccess | The user does not have access to root-level media. |