Search Results for

    Show / Hide Table of Contents
    View Source

    Class StylesheetDeletedNotification

    A notification that is used to trigger the IFileService when the DeleteStylesheet method is called in the API, after the stylesheet has been deleted.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IStylesheet>>
    EnumerableObjectNotification<IStylesheet>
    DeletedNotification<IStylesheet>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class StylesheetDeletedNotification : DeletedNotification<IStylesheet>, IStatefulNotification, INotification

    Constructors

    View Source

    StylesheetDeletedNotification(IStylesheet, EventMessages)

    Initializes a new instance of the StylesheetDeletedNotification class with a single stylesheet.

    Declaration
    public StylesheetDeletedNotification(IStylesheet target, EventMessages messages)
    Parameters
    Type Name Description
    IStylesheet target

    The stylesheet that was deleted.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX