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