Class MemberTypeMovingNotification
A notification that is used to trigger the IMemberTypeService when the Move method is called in the API.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeMovingNotification : MovingNotification<IMemberType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceMemberTypeMovingNotification(IEnumerable<MoveEventInfo<IMemberType>>, EventMessages)
Initializes a new instance of the MemberTypeMovingNotification class with multiple member type move operations.
Declaration
public MemberTypeMovingNotification(IEnumerable<MoveEventInfo<IMemberType>> target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MoveEventInfo<IMemberType>> | target | The move event information for the member types being moved. |
| EventMessages | messages | The event messages collection. |
MemberTypeMovingNotification(MoveEventInfo<IMemberType>, EventMessages)
Initializes a new instance of the MemberTypeMovingNotification class with a single member type move operation.
Declaration
public MemberTypeMovingNotification(MoveEventInfo<IMemberType> target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| MoveEventInfo<IMemberType> | target | The move event information for the member type being moved. |
| EventMessages | messages | The event messages collection. |