Class RelationTypeDeletedNotification
A notification that is published when a relation type has been deleted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RelationTypeDeletedNotification : DeletedNotification<IRelationType>, IStatefulNotification, INotification
Constructors
View SourceRelationTypeDeletedNotification(IRelationType, EventMessages)
Initializes a new instance of the RelationTypeDeletedNotification class with a single relation type.
Declaration
public RelationTypeDeletedNotification(IRelationType target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IRelationType | target | The relation type that was deleted. |
| EventMessages | messages | The event messages collection. |