Class Constants.WebhookEvents.HeaderNames
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.WebhookEvents.HeaderNames
Fields
View SourceEventName
Gets the Umb-Webhook-Event HTTP header name.
Declaration
public const string EventName = "Umb-Webhook-Event"
Field Value
| Type | Description |
|---|---|
| string |
RetryCount
Gets the Umb-Webhook-RetryCount HTTP header name.
Declaration
public const string RetryCount = "Umb-Webhook-RetryCount"
Field Value
| Type | Description |
|---|---|
| string |