Search Results for

    Show / Hide Table of Contents
    View Source

    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
    StatefulNotification
    ObjectNotification<IEnumerable<ILanguage>>
    EnumerableObjectNotification<ILanguage>
    SavedNotification<ILanguage>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class LanguageSavedNotification : SavedNotification<ILanguage>, IStatefulNotification, INotification

    Constructors

    View Source

    LanguageSavedNotification(IEnumerable<ILanguage>, EventMessages)

    Declaration
    public LanguageSavedNotification(IEnumerable<ILanguage> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<ILanguage> target
    EventMessages messages
    View Source

    LanguageSavedNotification(ILanguage, EventMessages)

    Declaration
    public LanguageSavedNotification(ILanguage target, EventMessages messages)
    Parameters
    Type Name Description
    ILanguage target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LanguageSavedNotification(IEnumerable<ILanguage>, EventMessages)
      • LanguageSavedNotification(ILanguage, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX