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