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