Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookEventAttribute

    Inheritance
    object
    Attribute
    Namespace: Umbraco.Cms.Core.Webhooks
    Assembly: Umbraco.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class WebhookEventAttribute : Attribute

    Constructors

    View Source

    WebhookEventAttribute(string)

    Declaration
    public WebhookEventAttribute(string name)
    Parameters
    Type Name Description
    string name
    View Source

    WebhookEventAttribute(string, string)

    Declaration
    public WebhookEventAttribute(string name, string eventType)
    Parameters
    Type Name Description
    string name
    string eventType

    Properties

    View Source

    EventType

    Gets the type of event.

    Declaration
    public string? EventType { get; }
    Property Value
    Type Description
    string
    View Source

    Name

    Gets the friendly name of the event.

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