Search Results for

    Show / Hide Table of Contents
    View Source

    Class ServerEventAccessFilterCollection

    Represents a collection of IServerEventAccessFilter instances.

    Inheritance
    object
    BuilderCollectionBase<IServerEventAccessFilter>
    Namespace: Umbraco.Cms.Core.ServerEvents
    Assembly: Umbraco.Core.dll
    Syntax
    public class ServerEventAccessFilterCollection : BuilderCollectionBase<IServerEventAccessFilter>, IBuilderCollection<IServerEventAccessFilter>
    Remarks

    This collection contains all registered access filters that determine which connected users may receive a server event for the sources they filter.

    Constructors

    View Source

    ServerEventAccessFilterCollection(Func<IEnumerable<IServerEventAccessFilter>>)

    Initializes a new instance of the ServerEventAccessFilterCollection class.

    Declaration
    public ServerEventAccessFilterCollection(Func<IEnumerable<IServerEventAccessFilter>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IServerEventAccessFilter>> items

    A factory function that provides the access filters.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX