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
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class DictionaryItemDeletedNotification : DeletedNotification<IDictionaryItem>, IStatefulNotification, INotification
Constructors
View SourceDictionaryItemDeletedNotification(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. |