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
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class StylesheetDeletedNotification : DeletedNotification<IStylesheet>, IStatefulNotification, INotification
Constructors
View SourceStylesheetDeletedNotification(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. |