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