Class EntityContainerRenamedNotification
Notification published after entity containers (folders) have been renamed.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class EntityContainerRenamedNotification : RenamedNotification<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 renamed.
Constructors
View SourceEntityContainerRenamedNotification(EntityContainer, EventMessages)
Initializes a new instance of the EntityContainerRenamedNotification class.
Declaration
public EntityContainerRenamedNotification(EntityContainer target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityContainer | target | The entity container that was renamed. |
| EventMessages | messages | The event messages collection. |