Class StylesheetSavingNotification
A notification that is used to trigger the IFileService when the SaveStyleSheet method is called in the API.
Inheritance
System.Object
      
      
      
      
      
      Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class StylesheetSavingNotification : SavingNotification<IStylesheet>, IStatefulNotification, ICancelableNotification, INotificationConstructors
View SourceStylesheetSavingNotification(IEnumerable<IStylesheet>, EventMessages)
Declaration
public StylesheetSavingNotification(IEnumerable<IStylesheet> target, EventMessages messages)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<IStylesheet> | target | |
| EventMessages | messages | 
StylesheetSavingNotification(IStylesheet, EventMessages)
Declaration
public StylesheetSavingNotification(IStylesheet target, EventMessages messages)Parameters
| Type | Name | Description | 
|---|---|---|
| IStylesheet | target | |
| EventMessages | messages |