View Source
Class RelationDeletedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RelationDeletedNotification : DeletedNotification<IRelation>, IStatefulNotification, INotification
Constructors
View Source
RelationDeletedNotification(IEnumerable<IRelation>, EventMessages)
Declaration
public RelationDeletedNotification(IEnumerable<IRelation> target, EventMessages messages)
Parameters
View Source
RelationDeletedNotification(IRelation, EventMessages)
Declaration
public RelationDeletedNotification(IRelation target, EventMessages messages)
Parameters