Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookEventAttribute

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Webhooks
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookEventAttribute : Attribute

    Constructors

    View Source

    WebhookEventAttribute(String)

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

    WebhookEventAttribute(String, String)

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

    Properties

    View Source

    EventType

    Gets the type of event.

    Declaration
    public string EventType { get; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Gets the friendly name of the event.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebhookEventAttribute(String)
      • WebhookEventAttribute(String, String)
    • Properties
      • EventType
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX