Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<PublicAccessOperationStatus, TProperty>(PublicAccessOperationStatus, Expression<Func<PublicAccessOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<PublicAccessOperationStatus, TK, TV>(PublicAccessOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<PublicAccessOperationStatus, TK, TV>(PublicAccessOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<PublicAccessOperationStatus>(PublicAccessOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<PublicAccessOperationStatus>(PublicAccessOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX