Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemDeletedNotification

    A notification that is used to trigger the ILocalizationService when the Delete (IDictionaryItem overload) method is called in the API, after the dictionary items has been deleted.

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

    Constructors

    View Source

    DictionaryItemDeletedNotification(IDictionaryItem, EventMessages)

    Initializes a new instance of the DictionaryItemDeletedNotification.

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

    Gets the collection of the deleted IDictionaryItem objects.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryItemDeletedNotification(IDictionaryItem, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX