Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemSavedNotification

    A notification that is used to trigger the ILocalizationService when the Save (IDictionaryItem overload) method is called in the API and the data has been persisted.

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

    Constructors

    View Source

    DictionaryItemSavedNotification(IEnumerable<IDictionaryItem>, EventMessages)

    Initializes a new instance of the DictionaryItemSavedNotification

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

    Gets the saved collection of IDictionary objects.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    DictionaryItemSavedNotification(IDictionaryItem, EventMessages)

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