View Source
Class WebhookEventCollectionBuilder
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class WebhookEventCollectionBuilder : SetCollectionBuilderBase<WebhookEventCollectionBuilder, WebhookEventCollection, IWebhookEvent>, ICollectionBuilder<WebhookEventCollection, IWebhookEvent>, ICollectionBuilder
Properties
View Source
This
Declaration
protected override WebhookEventCollectionBuilder This { get; }
Property Value
Methods
View Source
RegisterWith(IServiceCollection)
Declaration
public override void RegisterWith(IServiceCollection services)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|