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 const string Created = "Created"
Field Value
| Type | Description |
|---|---|
| string |
Deleted
The event type for entity deletion events.
Declaration
public const string Deleted = "Deleted"
Field Value
| Type | Description |
|---|---|
| string |
Trashed
The event type for entity trashed events.
Declaration
public const string Trashed = "Trashed"
Field Value
| Type | Description |
|---|---|
| string |
Updated
The event type for entity update events.
Declaration
public const string Updated = "Updated"
Field Value
| Type | Description |
|---|---|
| string |