Class WebhookEventCollection
Namespace: Umbraco.Cms.Core.Webhooks
Assembly: Umbraco.Core.dll
Syntax
public class WebhookEventCollection : BuilderCollectionBase<IWebhookEvent>, IBuilderCollection<IWebhookEvent>
Constructors
View SourceWebhookEventCollection(Func<IEnumerable<IWebhookEvent>>)
Declaration
public WebhookEventCollection(Func<IEnumerable<IWebhookEvent>> items)
Parameters
Type | Name | Description |
---|---|---|
Func<IEnumerable<IWebhookEvent>> | items |