Class LanguageDeletingNotification
A notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class LanguageDeletingNotification : DeletingNotification<ILanguage>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceLanguageDeletingNotification(IEnumerable<ILanguage>, EventMessages)
Declaration
public LanguageDeletingNotification(IEnumerable<ILanguage> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ILanguage> | target | |
EventMessages | messages |
LanguageDeletingNotification(ILanguage, EventMessages)
Declaration
public LanguageDeletingNotification(ILanguage target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
ILanguage | target | |
EventMessages | messages |