Class EntityContainerSavedNotification
Notification published after entity containers (folders) have been saved.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class EntityContainerSavedNotification : SavedNotification<EntityContainer>, IStatefulNotification, INotification
Remarks
Entity containers are used to organize content types, media types, and data types into folders. This notification is published after a container has been saved.
Constructors
View SourceEntityContainerSavedNotification(EntityContainer, EventMessages)
Initializes a new instance of the EntityContainerSavedNotification class.
Declaration
public EntityContainerSavedNotification(EntityContainer target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityContainer | target | The entity container that was saved. |
| EventMessages | messages | The event messages collection. |