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