Class EventSourceAuthorizerCollection
Namespace: Umbraco.Cms.Core.ServerEvents
Assembly: Umbraco.Core.dll
Syntax
public class EventSourceAuthorizerCollection : BuilderCollectionBase<IEventSourceAuthorizer>, IBuilderCollection<IEventSourceAuthorizer>
Constructors
View SourceEventSourceAuthorizerCollection(Func<IEnumerable<IEventSourceAuthorizer>>)
Declaration
public EventSourceAuthorizerCollection(Func<IEnumerable<IEventSourceAuthorizer>> items)
Parameters
Type | Name | Description |
---|---|---|
Func<IEnumerable<IEvent |
items |