View Source
Class WebhookEventAttribute
Inheritance
System.Object
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
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 |
|