Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookEventCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IWebhookEvent>
    Namespace: Umbraco.Cms.Core.Webhooks
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookEventCollection : BuilderCollectionBase<IWebhookEvent>, IBuilderCollection<IWebhookEvent>

    Constructors

    View Source

    WebhookEventCollection(Func<IEnumerable<IWebhookEvent>>)

    Declaration
    public WebhookEventCollection(Func<IEnumerable<IWebhookEvent>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IWebhookEvent>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebhookEventCollection(Func<IEnumerable<IWebhookEvent>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX