Search Results for

    Show / Hide Table of Contents

    Enum AccessRuleType

    Defines dashboard access rules type.

    Namespace: Umbraco.Cms.Core.Dashboards
    Assembly: Umbraco.Core.dll
    Syntax
    public enum AccessRuleType

    Fields

    Name Description
    Deny

    Deny access to the dashboard if user belongs to the specified user group.

    Grant

    Grant access to the dashboard if user belongs to the specified user group.

    GrantBySection

    Grant access to the dashboard if user has access to the specified section.

    Unknown

    Unknown (default value).

    Extension Methods

    DictionaryExtensions.MergeLeft<AccessRuleType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<AccessRuleType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<AccessRuleType>()
    ObjectExtensions.AsEnumerableOfOne<AccessRuleType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<AccessRuleType, TProperty, TVal>(Expression<Func<AccessRuleType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<AccessRuleType, TProperty>(Expression<Func<AccessRuleType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX