Class DataTypeSavedNotification
A notification that is used to trigger the DataTypeService when the Save method is called in the API, and after data has been persisted.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class DataTypeSavedNotification : SavedNotification<IDataType>, IStatefulNotification, INotification
Constructors
View SourceDataTypeSavedNotification(IEnumerable<IDataType>, EventMessages)
Declaration
public DataTypeSavedNotification(IEnumerable<IDataType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IDataType> | target | |
EventMessages | messages |
DataTypeSavedNotification(IDataType, EventMessages)
Declaration
public DataTypeSavedNotification(IDataType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IDataType | target | |
EventMessages | messages |