Class MediaTypeMovingNotification
Inheritance
System.Object
      
      
      
      
      Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MediaTypeMovingNotification : MovingNotification<IMediaType>, IStatefulNotification, ICancelableNotification, INotification
  Constructors
View SourceMediaTypeMovingNotification(IEnumerable<MoveEventInfo<IMediaType>>, EventMessages)
Declaration
public MediaTypeMovingNotification(IEnumerable<MoveEventInfo<IMediaType>> target, EventMessages messages)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<MoveEventInfo<IMediaType>> | target | |
| EventMessages | messages | 
MediaTypeMovingNotification(MoveEventInfo<IMediaType>, EventMessages)
Declaration
public MediaTypeMovingNotification(MoveEventInfo<IMediaType> target, EventMessages messages)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MoveEventInfo<IMediaType> | target | |
| EventMessages | messages |