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 RelationTypeSavedNotification.
Declaration
public RelationTypeSavedNotification(IEnumerable<IRelationType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IRelationType> | target | Gets the collection of IRelationType objects having been saved. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
RelationTypeSavedNotification(IRelationType, EventMessages)
Declaration
public RelationTypeSavedNotification(IRelationType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IRelationType | target | |
EventMessages | messages |