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 Dictionary
Declaration
public DictionaryItemDeletedNotification(IDictionaryItem target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IDictionary |
target | Gets the collection of the deleted IDictionaryItem objects. |
Event |
messages | Initializes a new instance of the Event |