Interface IWebhookEvent
Namespace: Umbraco.Cms.Core.Webhooks
Assembly: Umbraco.Core.dll
Syntax
public interface IWebhookEvent
Properties
View SourceAlias
Declaration
string Alias { get; }
Property Value
Type | Description |
---|---|
System.String |
EventName
Declaration
string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
EventType
Declaration
string EventType { get; }
Property Value
Type | Description |
---|---|
System.String |