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