Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryPermissionResource

    A resource used for the DictionaryPermissionHandler authorization handler.

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

    Constructors

    View Source

    DictionaryPermissionResource(IEnumerable<string>)

    Initializes a new instance of the DictionaryPermissionResource class.

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

    The cultures to check authorization for.

    Properties

    View Source

    CulturesToCheck

    Gets the cultures to check for access.

    Declaration
    public ISet<string> CulturesToCheck { get; }
    Property Value
    Type Description
    ISet<string>
    Remarks

    All the cultures need to be accessible when evaluating.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX