Class LanguageDeletedNotification
A notification that is used to trigger the ILanguageService when a language is deleted via the API, after the language has been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class LanguageDeletedNotification : DeletedNotification<ILanguage>, IStatefulNotification, INotification
Constructors
View SourceLanguageDeletedNotification(ILanguage, EventMessages)
Initializes a new instance of the LanguageDeletedNotification class.
Declaration
public LanguageDeletedNotification(ILanguage target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| ILanguage | target | The language that was deleted. |
| EventMessages | messages | The event messages collection. |