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 ContentTypeSavedNotification and ContentTypeDeletedNotification instead.
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<ContentTypeChange<IContentType>> | target | |
EventMessages | messages |
ContentTypeChangedNotification(ContentTypeChange<IContentType>, EventMessages)
Declaration
public ContentTypeChangedNotification(ContentTypeChange<IContentType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
ContentTypeChange<IContentType> | target | |
EventMessages | messages |