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 Relation
Declaration
public RelationTypeSavingNotification(IEnumerable<IRelationType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IRelation |
target | Gets the collection of IRelation |
Event |
messages | Initializes a new instance of the Event |
RelationTypeSavingNotification(IRelationType, EventMessages)
Declaration
public RelationTypeSavingNotification(IRelationType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IRelation |
target | |
Event |
messages |