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 SourceAlias
Gets the unique alias used to identify this webhook event.
Declaration
string Alias { get; }
Property Value
| Type | Description |
|---|---|
| string |
EventName
Gets the friendly display name of the webhook event.
Declaration
string EventName { get; }
Property Value
| Type | Description |
|---|---|
| string |
EventType
Gets the type/category of the webhook event.
Declaration
string EventType { get; }
Property Value
| Type | Description |
|---|---|
| string |