Class Constants.ServerEvents.EventType
Contains event type identifiers for entity lifecycle events.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.ServerEvents.EventType
Fields
View SourceCreated
The event type for entity creation events.
Declaration
public static string Created
Field Value
| Type | Description |
|---|---|
| string |
Deleted
The event type for entity deletion events.
Declaration
public static string Deleted
Field Value
| Type | Description |
|---|---|
| string |
Trashed
The event type for entity trashed events.
Declaration
public static string Trashed
Field Value
| Type | Description |
|---|---|
| string |
Updated
The event type for entity update events.
Declaration
public static string Updated
Field Value
| Type | Description |
|---|---|
| string |