Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Created

    The event type for entity creation events.

    Declaration
    public static string Created
    Field Value
    Type Description
    string
    View Source

    Deleted

    The event type for entity deletion events.

    Declaration
    public static string Deleted
    Field Value
    Type Description
    string
    View Source

    Trashed

    The event type for entity trashed events.

    Declaration
    public static string Trashed
    Field Value
    Type Description
    string
    View Source

    Updated

    The event type for entity update events.

    Declaration
    public static string Updated
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX