Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScriptEventAuthorizer

    Inheritance
    System.Object
    EventSourcePolicyAuthorizer
    Namespace: Umbraco.Cms.Api.Management.ServerEvents.Authorizers
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ScriptEventAuthorizer : EventSourcePolicyAuthorizer

    Constructors

    View Source

    ScriptEventAuthorizer(IAuthorizationService)

    Declaration
    public ScriptEventAuthorizer(IAuthorizationService authorizationService)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService

    Properties

    View Source

    AuthorizableEventSources

    Declaration
    public override IEnumerable<string> AuthorizableEventSources { get; }
    Property Value
    Type Description
    IEnumerable<System.String>
    View Source

    Policy

    Declaration
    protected override string Policy { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ScriptEventAuthorizer(IAuthorizationService)
    • Properties
      • AuthorizableEventSources
      • Policy
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX