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 const string Created = "Created"
    Field Value
    Type Description
    string
    View Source

    Deleted

    The event type for entity deletion events.

    Declaration
    public const string Deleted = "Deleted"
    Field Value
    Type Description
    string
    View Source

    Trashed

    The event type for entity trashed events.

    Declaration
    public const string Trashed = "Trashed"
    Field Value
    Type Description
    string
    View Source

    Updated

    The event type for entity update events.

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