Class MemberTypeMovedNotification
Notification published after member types have been moved.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeMovedNotification : MovedNotification<IMemberType>, IStatefulNotification, INotification
Remarks
This notification is published after member types have been successfully moved to a new parent in the member type tree.
Constructors
View SourceMemberTypeMovedNotification(IEnumerable<MoveEventInfo<IMemberType>>, EventMessages)
Initializes a new instance of the MemberTypeMovedNotification class with multiple move operations.
Declaration
public MemberTypeMovedNotification(IEnumerable<MoveEventInfo<IMemberType>> target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MoveEventInfo<IMemberType>> | target | Information about the member types that were moved. |
| EventMessages | messages | The event messages collection. |
MemberTypeMovedNotification(MoveEventInfo<IMemberType>, EventMessages)
Initializes a new instance of the MemberTypeMovedNotification class with a single move operation.
Declaration
public MemberTypeMovedNotification(MoveEventInfo<IMemberType> target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| MoveEventInfo<IMemberType> | target | Information about the member type that was moved. |
| EventMessages | messages | The event messages collection. |