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
    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 class with multiple dictionary items.

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

    The dictionary items that were saved.

    EventMessages messages

    The event messages collection.

    View Source

    DictionaryItemSavedNotification(IDictionaryItem, EventMessages)

    Initializes a new instance of the DictionaryItemSavedNotification class with a single dictionary item.

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

    The dictionary item that was saved.

    EventMessages messages

    The event messages collection.

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