Search Results for

    Show / Hide Table of Contents
    View Source

    Class SeverEventAuthorizationResult

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

    Methods

    View Source

    IEnumerable<>(String, AuthorizedEventSources)

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

    Declaration
    public required IEnumerable<>(string, AuthorizedEventSources)
    Parameters
    Type Name Description
    System.String
    AuthorizedEventSources
    Returns
    Type Description
    required
    Type Parameters
    Name Description
    View Source

    IEnumerable<>(String, UnauthorizedEventSources)

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

    Declaration
    public required IEnumerable<>(string, UnauthorizedEventSources)
    Parameters
    Type Name Description
    System.String
    UnauthorizedEventSources
    Returns
    Type Description
    required
    Type Parameters
    Name Description
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IEnumerable<>(String, AuthorizedEventSources)
      • IEnumerable<>(String, UnauthorizedEventSources)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX