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