Class ContentSavedBlueprintNotification
A notification that is used to trigger the IContentService when the SavedBlueprint method is called in the API.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentSavedBlueprintNotification : ObjectNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentSavedBlueprintNotification(IContent, EventMessages)
Declaration
public ContentSavedBlueprintNotification(IContent target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent | target | |
EventMessages | messages |
Properties
View SourceSavedBlueprint
Getting the saved blueprint IContent object.
Declaration
public IContent SavedBlueprint { get; }
Property Value
Type | Description |
---|---|
IContent |