Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.ServerEvents.EventSource

    Contains event source identifiers for different entity types.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.ServerEvents.EventSource

    Fields

    View Source

    CurrentUser

    The event source identifier for current user events.

    Declaration
    public const string CurrentUser = "Umbraco:CMS:CurrentUser"
    Field Value
    Type Description
    string
    View Source

    DataType

    The event source identifier for data type events.

    Declaration
    public const string DataType = "Umbraco:CMS:DataType"
    Field Value
    Type Description
    string
    View Source

    DictionaryItem

    The event source identifier for dictionary item events.

    Declaration
    public const string DictionaryItem = "Umbraco:CMS:DictionaryItem"
    Field Value
    Type Description
    string
    View Source

    Document

    The event source identifier for document events.

    Declaration
    public const string Document = "Umbraco:CMS:Document"
    Field Value
    Type Description
    string
    View Source

    DocumentBlueprint

    The event source identifier for document blueprint events.

    Declaration
    public const string DocumentBlueprint = "Umbraco:CMS:DocumentBlueprint"
    Field Value
    Type Description
    string
    View Source

    DocumentType

    The event source identifier for document type events.

    Declaration
    public const string DocumentType = "Umbraco:CMS:DocumentType"
    Field Value
    Type Description
    string
    View Source

    Domain

    The event source identifier for domain events.

    Declaration
    public const string Domain = "Umbraco:CMS:Domain"
    Field Value
    Type Description
    string
    View Source

    Language

    The event source identifier for language events.

    Declaration
    public const string Language = "Umbraco:CMS:Language"
    Field Value
    Type Description
    string
    View Source

    Media

    The event source identifier for media events.

    Declaration
    public const string Media = "Umbraco:CMS:Media"
    Field Value
    Type Description
    string
    View Source

    MediaType

    The event source identifier for media type events.

    Declaration
    public const string MediaType = "Umbraco:CMS:MediaType"
    Field Value
    Type Description
    string
    View Source

    Member

    The event source identifier for member events.

    Declaration
    public const string Member = "Umbraco:CMS:Member"
    Field Value
    Type Description
    string
    View Source

    MemberGroup

    The event source identifier for member group events.

    Declaration
    public const string MemberGroup = "Umbraco:CMS:MemberGroup"
    Field Value
    Type Description
    string
    View Source

    MemberType

    The event source identifier for member type events.

    Declaration
    public const string MemberType = "Umbraco:CMS:MemberType"
    Field Value
    Type Description
    string
    View Source

    PartialView

    The event source identifier for partial view events.

    Declaration
    public const string PartialView = "Umbraco:CMS:PartialView"
    Field Value
    Type Description
    string
    View Source

    PublicAccessEntry

    The event source identifier for public access entry events.

    Declaration
    public const string PublicAccessEntry = "Umbraco:CMS:PublicAccessEntry"
    Field Value
    Type Description
    string
    View Source

    Relation

    The event source identifier for relation events.

    Declaration
    public const string Relation = "Umbraco:CMS:Relation"
    Field Value
    Type Description
    string
    View Source

    RelationType

    The event source identifier for relation type events.

    Declaration
    public const string RelationType = "Umbraco:CMS:RelationType"
    Field Value
    Type Description
    string
    View Source

    Script

    The event source identifier for script events.

    Declaration
    public const string Script = "Umbraco:CMS:Script"
    Field Value
    Type Description
    string
    View Source

    Stylesheet

    The event source identifier for stylesheet events.

    Declaration
    public const string Stylesheet = "Umbraco:CMS:Stylesheet"
    Field Value
    Type Description
    string
    View Source

    Template

    The event source identifier for template events.

    Declaration
    public const string Template = "Umbraco:CMS:Template"
    Field Value
    Type Description
    string
    View Source

    User

    The event source identifier for user events.

    Declaration
    public const string User = "Umbraco:CMS:User"
    Field Value
    Type Description
    string
    View Source

    UserGroup

    The event source identifier for user group events.

    Declaration
    public const string UserGroup = "Umbraco:CMS:UserGroup"
    Field Value
    Type Description
    string
    View Source

    Webhook

    The event source identifier for webhook events.

    Declaration
    public const string Webhook = "Umbraco:CMS:Webhook"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX