Class EntityContainerSavingNotification
Notification published before entity containers (folders) are saved.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class EntityContainerSavingNotification : SavingNotification<EntityContainer>, IStatefulNotification, ICancelableNotification, INotification
Remarks
This notification is cancelable, allowing handlers to prevent the save operation
by setting Cancel to true.
Constructors
View SourceEntityContainerSavingNotification(EntityContainer, EventMessages)
Initializes a new instance of the EntityContainerSavingNotification class.
Declaration
public EntityContainerSavingNotification(EntityContainer target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityContainer | target | The entity container being saved. |
| EventMessages | messages | The event messages collection. |