Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageDeletingNotification

    A notification that is used to trigger the ILocalizationService when the Delete (ILanguage overload) method is called in the API.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<ILanguage>>
    CancelableObjectNotification<IEnumerable<ILanguage>>
    CancelableEnumerableObjectNotification<ILanguage>
    DeletingNotification<ILanguage>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class LanguageDeletingNotification : DeletingNotification<ILanguage>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    LanguageDeletingNotification(IEnumerable<ILanguage>, EventMessages)

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

    LanguageDeletingNotification(ILanguage, EventMessages)

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