Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageSavingNotification

    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
    • Constructors
      • LanguageSavingNotification(IEnumerable<ILanguage>, EventMessages)
      • LanguageSavingNotification(ILanguage, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX