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
      
      
      
      
      Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class StylesheetSavedNotification : SavedNotification<IStylesheet>, IStatefulNotification, INotificationConstructors
View SourceStylesheetSavedNotification(IEnumerable<IStylesheet>, EventMessages)
Declaration
public StylesheetSavedNotification(IEnumerable<IStylesheet> target, EventMessages messages)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<IStylesheet> | target | |
| EventMessages | messages | 
StylesheetSavedNotification(IStylesheet, EventMessages)
Declaration
public StylesheetSavedNotification(IStylesheet target, EventMessages messages)Parameters
| Type | Name | Description | 
|---|---|---|
| IStylesheet | target | |
| EventMessages | messages |