Class ContentDeletedBlueprintNotification
A notification that is used to trigger the IContentService when the DeletedBlueprint method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentDeletedBlueprintNotification : EnumerableObjectNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentDeletedBlueprintNotification(IEnumerable<IContent>, EventMessages)
Declaration
public ContentDeletedBlueprintNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent> | target | |
EventMessages | messages |
ContentDeletedBlueprintNotification(IContent, EventMessages)
Declaration
public ContentDeletedBlueprintNotification(IContent target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent | target | |
EventMessages | messages |
Properties
View SourceDeletedBlueprints
The collection of deleted blueprint IContent.
Declaration
public IEnumerable<IContent> DeletedBlueprints { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IContent> |