Class Constants.WebhookEvents.Types
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class TypesFields
View SourceContent
Webhook event type for content.
Declaration
public const string Content = "Content"Field Value
| Type | Description | 
|---|---|
| System.String | 
Media
Webhook event type for content media.
Declaration
public const string Media = "Media"Field Value
| Type | Description | 
|---|---|
| System.String | 
Member
Webhook event type for content member.
Declaration
public const string Member = "Member"Field Value
| Type | Description | 
|---|---|
| System.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 | 
|---|---|
| System.String |