Class Constants.WebhookEvents.Types
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.WebhookEvents.Types
Fields
View SourceContent
Webhook event type for content.
Declaration
public const string Content = "Content"
Field Value
| Type | Description |
|---|---|
| string |
Media
Webhook event type for content media.
Declaration
public const string Media = "Media"
Field Value
| Type | Description |
|---|---|
| string |
Member
Webhook event type for content member.
Declaration
public const string Member = "Member"
Field Value
| Type | Description |
|---|---|
| string |
Other
Webhook event type for others, this is the default category if you have not chosen one.
Declaration
public const string Other = "Other"
Field Value
| Type | Description |
|---|---|
| string |