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