Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhookEvent

    Represents a webhook event that can be triggered by the CMS.

    Namespace: Umbraco.Cms.Core.Webhooks
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWebhookEvent

    Properties

    View Source

    Alias

    Gets the unique alias used to identify this webhook event.

    Declaration
    string Alias { get; }
    Property Value
    Type Description
    string
    View Source

    EventName

    Gets the friendly display name of the webhook event.

    Declaration
    string EventName { get; }
    Property Value
    Type Description
    string
    View Source

    EventType

    Gets the type/category of the webhook event.

    Declaration
    string EventType { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX