Class ContentTypeDeletedNotification
A notification that is used to trigger the ContentTypeService when the Delete method is called in the API, after the entities have been deleted.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeDeletedNotification : DeletedNotification<IContentType>, IStatefulNotification, INotification
Constructors
View SourceContentTypeDeletedNotification(IEnumerable<IContentType>, EventMessages)
Declaration
public ContentTypeDeletedNotification(IEnumerable<IContentType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContentType> | target | |
EventMessages | messages |
ContentTypeDeletedNotification(IContentType, EventMessages)
Declaration
public ContentTypeDeletedNotification(IContentType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContentType | target | |
EventMessages | messages |