Search Results for

    Show / Hide Table of Contents
    View Source

    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
    StatefulNotification
    ObjectNotification<IEnumerable<ILanguage>>
    CancelableObjectNotification<IEnumerable<ILanguage>>
    CancelableEnumerableObjectNotification<ILanguage>
    SavingNotification<ILanguage>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class LanguageSavingNotification : SavingNotification<ILanguage>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    LanguageSavingNotification(IEnumerable<ILanguage>, EventMessages)

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

    LanguageSavingNotification(ILanguage, EventMessages)

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