View Source
Class ContentSavedBlueprintNotification
A notification that is used to trigger the IContentService when the SavedBlueprint method is called in the API.
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
View Source
ContentSavedBlueprintNotification(IContent, IContent?, EventMessages)
Declaration
public ContentSavedBlueprintNotification(IContent target, IContent? createdFromContent, EventMessages messages)
Parameters
Properties
View Source
CreatedFromContent
Getting the saved blueprint IContent object.
Declaration
public IContent? CreatedFromContent { get; }
Property Value
View Source
SavedBlueprint
Getting the saved blueprint IContent object.
Declaration
public IContent SavedBlueprint { get; }
Property Value