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