Class RelationTypeSavingNotification
A notification that is published when a relation type is being saved.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RelationTypeSavingNotification : SavingNotification<IRelationType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceRelationTypeSavingNotification(IEnumerable<IRelationType>, EventMessages)
Initializes a new instance of the RelationTypeSavingNotification.
Declaration
public RelationTypeSavingNotification(IEnumerable<IRelationType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IRelationType> | target | Gets the collection of IRelationType objects being saved. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
RelationTypeSavingNotification(IRelationType, EventMessages)
Declaration
public RelationTypeSavingNotification(IRelationType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IRelationType | target | |
EventMessages | messages |