Class RelationTypeDeletingNotification
A notification that is published when a relation type is being deleted.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RelationTypeDeletingNotification : DeletingNotification<IRelationType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceRelationTypeDeletingNotification(IEnumerable<IRelationType>, EventMessages)
Initializes a new instance of the Relation
Declaration
public RelationTypeDeletingNotification(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 |
RelationTypeDeletingNotification(IRelationType, EventMessages)
Declaration
public RelationTypeDeletingNotification(IRelationType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IRelation |
target | |
Event |
messages |