View Source
Class ContentDeletedBlueprintNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentDeletedBlueprintNotification : EnumerableObjectNotification<IContent>, IStatefulNotification, INotification
Constructors
View Source
ContentDeletedBlueprintNotification(IEnumerable<IContent>, EventMessages)
Declaration
public ContentDeletedBlueprintNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
View Source
ContentDeletedBlueprintNotification(IContent, EventMessages)
Declaration
public ContentDeletedBlueprintNotification(IContent target, EventMessages messages)
Parameters
Properties
View Source
DeletedBlueprints
Declaration
public IEnumerable<IContent> DeletedBlueprints { get; }
Property Value