Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IFeatureAuthorizer

    Authorizes Umbraco features.

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

    Methods

    View Source

    IsDeniedAsync(Type)

    Authorizes the current action.

    Declaration
    Task<bool> IsDeniedAsync(Type type)
    Parameters
    Type Name Description
    Type type

    The type to check if is disabled.

    Returns
    Type Description
    Task<System.Boolean>

    Returns true if authorization is successful, otherwise false.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsDeniedAsync(Type)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX