Class ContentTypeDeletingNotification
A notification that is used to trigger the ContentTypeService when the Delete method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeDeletingNotification : DeletingNotification<IContentType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceContentTypeDeletingNotification(IEnumerable<IContentType>, EventMessages)
Declaration
public ContentTypeDeletingNotification(IEnumerable<IContentType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent |
target | |
Event |
messages |
ContentTypeDeletingNotification(IContentType, EventMessages)
Declaration
public ContentTypeDeletingNotification(IContentType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent |
target | |
Event |
messages |