Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemMovedNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IDictionaryItem>>>
    MovedNotification<IDictionaryItem>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DictionaryItemMovedNotification : MovedNotification<IDictionaryItem>, IStatefulNotification, INotification

    Constructors

    View Source

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

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

    DictionaryItemMovedNotification(MoveEventInfo<IDictionaryItem>, EventMessages)

    Declaration
    public DictionaryItemMovedNotification(MoveEventInfo<IDictionaryItem> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<IDictionaryItem> target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryItemMovedNotification(IEnumerable<MoveEventInfo<IDictionaryItem>>, EventMessages)
      • DictionaryItemMovedNotification(MoveEventInfo<IDictionaryItem>, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX