Class LanguageDeletedNotification
A notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API, after the languages have 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. |