Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementSavingNotification

    A notification that is used to trigger the IElementService when the Save method is called in the API.

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

    Constructors

    View Source

    ElementSavingNotification(IEnumerable<IElement>, EventMessages)

    Gets a enumeration of IElement.

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

    ElementSavingNotification(IElement, EventMessages)

    Initializes a new instance of the ElementSavingNotification

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