Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemMovingNotification

    Notification published before dictionary items are moved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IDictionaryItem>>>
    CancelableObjectNotification<IEnumerable<MoveEventInfo<IDictionaryItem>>>
    MovingNotification<IDictionaryItem>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DictionaryItemMovingNotification : MovingNotification<IDictionaryItem>, IStatefulNotification, ICancelableNotification, INotification
    Remarks

    This notification is cancelable, allowing handlers to prevent the move operation by setting Cancel to true.

    Constructors

    View Source

    DictionaryItemMovingNotification(IEnumerable<MoveEventInfo<IDictionaryItem>>, EventMessages)

    Initializes a new instance of the DictionaryItemMovingNotification class with multiple move operations.

    Declaration
    public DictionaryItemMovingNotification(IEnumerable<MoveEventInfo<IDictionaryItem>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveEventInfo<IDictionaryItem>> target

    Information about the dictionary items being moved.

    EventMessages messages

    The event messages collection.

    View Source

    DictionaryItemMovingNotification(MoveEventInfo<IDictionaryItem>, EventMessages)

    Initializes a new instance of the DictionaryItemMovingNotification class with a single move operation.

    Declaration
    public DictionaryItemMovingNotification(MoveEventInfo<IDictionaryItem> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<IDictionaryItem> target

    Information about the dictionary item being moved.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX