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