Class MemberTypeMovingNotification
A notification that is used to trigger the IMemberTypeService when the Move method is called in the API.
Inheritance
System.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)
Declaration
public MemberTypeMovingNotification(IEnumerable<MoveEventInfo<IMemberType>> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<MoveEventInfo<IMemberType>> | target | |
EventMessages | messages |
MemberTypeMovingNotification(MoveEventInfo<IMemberType>, EventMessages)
Declaration
public MemberTypeMovingNotification(MoveEventInfo<IMemberType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
MoveEventInfo<IMemberType> | target | |
EventMessages | messages |