Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageDeletedNotification

    A notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API, after the languages have been deleted.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<ILanguage>>
    EnumerableObjectNotification<ILanguage>
    DeletedNotification<ILanguage>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class LanguageDeletedNotification : DeletedNotification<ILanguage>, IStatefulNotification, INotification

    Constructors

    View Source

    LanguageDeletedNotification(ILanguage, EventMessages)

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