Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDictionaryPermissionAuthorizer

    Namespace: Umbraco.Cms.Core.Security.Authorization
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDictionaryPermissionAuthorizer

    Methods

    View Source

    IsAuthorizedForCultures(IUser, ISet<string>)

    Declaration
    Task<bool> IsAuthorizedForCultures(IUser currentUser, ISet<string> culturesToCheck)
    Parameters
    Type Name Description
    IUser currentUser
    ISet<string> culturesToCheck
    Returns
    Type Description
    Task<bool>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX