Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementDeletedNotification

    A notification that is used to trigger the IElementService when the Delete and EmptyRecycleBin methods are called in the API.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IElement>>
    EnumerableObjectNotification<IElement>
    DeletedNotification<IElement>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ElementDeletedNotification : DeletedNotification<IElement>, IStatefulNotification, INotification

    Constructors

    View Source

    ElementDeletedNotification(IElement, EventMessages)

    Declaration
    public ElementDeletedNotification(IElement target, EventMessages messages)
    Parameters
    Type Name Description
    IElement target
    EventMessages messages
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX