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