Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementDeletingNotification

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

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IElement>>
    CancelableObjectNotification<IEnumerable<IElement>>
    CancelableEnumerableObjectNotification<IElement>
    DeletingNotification<IElement>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ElementDeletingNotification : DeletingNotification<IElement>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ElementDeletingNotification(IEnumerable<IElement>, EventMessages)

    Declaration
    public ElementDeletingNotification(IEnumerable<IElement> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IElement> target
    EventMessages messages
    View Source

    ElementDeletingNotification(IElement, EventMessages)

    Declaration
    public ElementDeletingNotification(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