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