Class Constants.ServerEvents.EventSource
Contains event source identifiers for different entity types.
Inheritance
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.ServerEvents.EventSource
Fields
View SourceCurrentUser
The event source identifier for current user events.
Declaration
public const string CurrentUser = "Umbraco:CMS:CurrentUser"
Field Value
| Type | Description |
|---|---|
| string |
DataType
The event source identifier for data type events.
Declaration
public const string DataType = "Umbraco:CMS:DataType"
Field Value
| Type | Description |
|---|---|
| string |
DictionaryItem
The event source identifier for dictionary item events.
Declaration
public const string DictionaryItem = "Umbraco:CMS:DictionaryItem"
Field Value
| Type | Description |
|---|---|
| string |
Document
The event source identifier for document events.
Declaration
public const string Document = "Umbraco:CMS:Document"
Field Value
| Type | Description |
|---|---|
| string |
DocumentBlueprint
The event source identifier for document blueprint events.
Declaration
public const string DocumentBlueprint = "Umbraco:CMS:DocumentBlueprint"
Field Value
| Type | Description |
|---|---|
| string |
DocumentType
The event source identifier for document type events.
Declaration
public const string DocumentType = "Umbraco:CMS:DocumentType"
Field Value
| Type | Description |
|---|---|
| string |
Domain
The event source identifier for domain events.
Declaration
public const string Domain = "Umbraco:CMS:Domain"
Field Value
| Type | Description |
|---|---|
| string |
Language
The event source identifier for language events.
Declaration
public const string Language = "Umbraco:CMS:Language"
Field Value
| Type | Description |
|---|---|
| string |
Media
The event source identifier for media events.
Declaration
public const string Media = "Umbraco:CMS:Media"
Field Value
| Type | Description |
|---|---|
| string |
MediaType
The event source identifier for media type events.
Declaration
public const string MediaType = "Umbraco:CMS:MediaType"
Field Value
| Type | Description |
|---|---|
| string |
Member
The event source identifier for member events.
Declaration
public const string Member = "Umbraco:CMS:Member"
Field Value
| Type | Description |
|---|---|
| string |
MemberGroup
The event source identifier for member group events.
Declaration
public const string MemberGroup = "Umbraco:CMS:MemberGroup"
Field Value
| Type | Description |
|---|---|
| string |
MemberType
The event source identifier for member type events.
Declaration
public const string MemberType = "Umbraco:CMS:MemberType"
Field Value
| Type | Description |
|---|---|
| string |
PartialView
The event source identifier for partial view events.
Declaration
public const string PartialView = "Umbraco:CMS:PartialView"
Field Value
| Type | Description |
|---|---|
| string |
PublicAccessEntry
The event source identifier for public access entry events.
Declaration
public const string PublicAccessEntry = "Umbraco:CMS:PublicAccessEntry"
Field Value
| Type | Description |
|---|---|
| string |
Relation
The event source identifier for relation events.
Declaration
public const string Relation = "Umbraco:CMS:Relation"
Field Value
| Type | Description |
|---|---|
| string |
RelationType
The event source identifier for relation type events.
Declaration
public const string RelationType = "Umbraco:CMS:RelationType"
Field Value
| Type | Description |
|---|---|
| string |
Script
The event source identifier for script events.
Declaration
public const string Script = "Umbraco:CMS:Script"
Field Value
| Type | Description |
|---|---|
| string |
Stylesheet
The event source identifier for stylesheet events.
Declaration
public const string Stylesheet = "Umbraco:CMS:Stylesheet"
Field Value
| Type | Description |
|---|---|
| string |
Template
The event source identifier for template events.
Declaration
public const string Template = "Umbraco:CMS:Template"
Field Value
| Type | Description |
|---|---|
| string |
User
The event source identifier for user events.
Declaration
public const string User = "Umbraco:CMS:User"
Field Value
| Type | Description |
|---|---|
| string |
UserGroup
The event source identifier for user group events.
Declaration
public const string UserGroup = "Umbraco:CMS:UserGroup"
Field Value
| Type | Description |
|---|---|
| string |
Webhook
The event source identifier for webhook events.
Declaration
public const string Webhook = "Umbraco:CMS:Webhook"
Field Value
| Type | Description |
|---|---|
| string |