Class PartialViewDeletedNotification
Notification published after a partial view has been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class PartialViewDeletedNotification : DeletedNotification<IPartialView>, IStatefulNotification, INotification
Remarks
This notification is published after a partial view file has been successfully deleted from the file system.
Constructors
View SourcePartialViewDeletedNotification(IPartialView, EventMessages)
Initializes a new instance of the PartialViewDeletedNotification class.
Declaration
public PartialViewDeletedNotification(IPartialView target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IPartialView | target | The partial view that was deleted. |
| EventMessages | messages | The event messages collection. |