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