Search Results for

    Show / Hide Table of Contents
    View Source

    Class SeverEventAuthorizationResult

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ServerEvents
    Assembly: Umbraco.Core.dll
    Syntax
    public class SeverEventAuthorizationResult

    Properties

    View Source

    AuthorizedEventSources

    The list of events the user should be authorized to listen to

    Declaration
    public required IEnumerable<string> AuthorizedEventSources { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    UnauthorizedEventSources

    The list of events the user should not be authorized to listen to

    Declaration
    public required IEnumerable<string> UnauthorizedEventSources { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX