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