View Source
Class MemberTypeMovingNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeMovingNotification : MovingNotification<IMemberType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View Source
MemberTypeMovingNotification(IEnumerable<MoveEventInfo<IMemberType>>, EventMessages)
Declaration
public MemberTypeMovingNotification(IEnumerable<MoveEventInfo<IMemberType>> target, EventMessages messages)
Parameters
View Source
MemberTypeMovingNotification(MoveEventInfo<IMemberType>, EventMessages)
Declaration
public MemberTypeMovingNotification(MoveEventInfo<IMemberType> target, EventMessages messages)
Parameters