Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookEventCollectionBuilder

    Builder for the WebhookEventCollection that handles registration of webhook events and their corresponding notification handlers with the dependency injection container.

    Inheritance
    object
    CollectionBuilderBase<WebhookEventCollectionBuilder, WebhookEventCollection, IWebhookEvent>
    SetCollectionBuilderBase<WebhookEventCollectionBuilder, WebhookEventCollection, IWebhookEvent>
    Namespace: Umbraco.Cms.Core.Webhooks
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookEventCollectionBuilder : SetCollectionBuilderBase<WebhookEventCollectionBuilder, WebhookEventCollection, IWebhookEvent>, ICollectionBuilder<WebhookEventCollection, IWebhookEvent>, ICollectionBuilder

    Constructors

    View Source

    WebhookEventCollectionBuilder()

    Declaration
    public WebhookEventCollectionBuilder()

    Properties

    View Source

    This

    Gets the current builder instance.

    Declaration
    protected override WebhookEventCollectionBuilder This { get; }
    Property Value
    Type Description
    WebhookEventCollectionBuilder

    Methods

    View Source

    RegisterWith(IServiceCollection)

    Registers the builder so it can build the collection, by registering the collection and the types.

    Declaration
    public override void RegisterWith(IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX