Class ServerEvent
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ServerEvents
Assembly: Umbraco.Core.dll
Syntax
public class ServerEvent
Properties
View SourceEventSource
Declaration
public required string EventSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventType
Declaration
public required string EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Declaration
public Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |