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<System.String> culturesToCheck
    Returns
    Type Description
    Task<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsAuthorizedForCultures(IUser, ISet<String>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX