Search Results for

    Show / Hide Table of Contents
    View Source

    Class StylesheetSavedNotification

    A notification that is used to trigger the IFileService when the SaveStyleSheet method is called in the API, after the script has been saved.

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

    Constructors

    View Source

    StylesheetSavedNotification(IEnumerable<IStylesheet>, EventMessages)

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

    StylesheetSavedNotification(IStylesheet, EventMessages)

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