Search Results for

    Show / Hide Table of Contents

    Enum UserGroupAuthorizationStatus

    Represents the result of a user group authorization check.

    Namespace: Umbraco.Cms.Core.Services.AuthorizationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum UserGroupAuthorizationStatus

    Fields

    Name Description
    Success

    The authorization check succeeded.

    UnauthorizedMissingAllowedSectionAccess

    The user does not have access to the allowed sections of the user group.

    UnauthorizedMissingContentStartNodeAccess

    The user does not have access to the content start node of the user group.

    UnauthorizedMissingMediaStartNodeAccess

    The user does not have access to the media start node of the user group.

    UnauthorizedMissingUserGroupAccess

    The user does not have access to the user group.

    UnauthorizedMissingUsersSectionAccess

    The user does not have access to the Users section.

    Extension Methods

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