Enum MediaPermissions.MediaAccess
Represents the result of a media access check.
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public enum MediaPermissions.MediaAccess
Fields
| Name | Description |
|---|---|
| Denied | Access to the media is denied. |
| Granted | Access to the media is granted. |
| NotFound | The media was not found. |