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