Class ContentTypeChangedNotification
A notification that is published when a ContentType is saved or deleted, after the transaction has completed.
This is mainly used for caching purposes, and generally not recommended. Use Content
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeChangedNotification : ContentTypeChangeNotification<IContentType>, IStatefulNotification, INotification
Constructors
View SourceContentTypeChangedNotification(IEnumerable<ContentTypeChange<IContentType>>, EventMessages)
Declaration
public ContentTypeChangedNotification(IEnumerable<ContentTypeChange<IContentType>> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Content |
target | |
Event |
messages |
ContentTypeChangedNotification(ContentTypeChange<IContentType>, EventMessages)
Declaration
public ContentTypeChangedNotification(ContentTypeChange<IContentType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
Content |
target | |
Event |
messages |