Enum PublicAccessOperationStatus
Represents the status of a public access operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum PublicAccessOperationStatus
Fields
| Name | Description |
|---|---|
| AmbiguousRule | The access rule is ambiguous due to conflicting member and member group restrictions. |
| CancelledByNotification | The operation was cancelled by a notification handler. |
| ContentNotFound | The content node to be protected was not found. |
| EntryNotFound | The specified public access entry was not found. |
| ErrorNodeNotFound | The error page content node was not found. |
| LoginNodeNotFound | The login page content node was not found. |
| NoAllowedEntities | No allowed member groups or members were specified for the access rule. |
| Success | The public access operation completed successfully. |