Enum PublicAccessStatus
Represents the result of a public access check for protected content.
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public enum PublicAccessStatus
Fields
| Name | Description |
|---|---|
| AccessAccepted | The user has access to the content. |
| AccessDenied | The user does not have access to the content. |
| LockedOut | The member account is locked out. |
| NotApproved | The member account has not been approved. |
| NotLoggedIn | The user is not logged in. |