Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryPermissionResource

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Security.Authorization
    Assembly: Umbraco.Core.dll
    Syntax
    public class DictionaryPermissionResource : IPermissionResource

    Constructors

    View Source

    DictionaryPermissionResource(IEnumerable<String>)

    Declaration
    public DictionaryPermissionResource(IEnumerable<string> cultures)
    Parameters
    Type Name Description
    IEnumerable<System.String> cultures

    Properties

    View Source

    CulturesToCheck

    All the cultures need to be accessible when evaluating

    Declaration
    public ISet<string> CulturesToCheck { get; }
    Property Value
    Type Description
    ISet<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryPermissionResource(IEnumerable<String>)
    • Properties
      • CulturesToCheck
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX