Class ContentScaffoldedNotification
Notification that is send out when a Content item has been scaffolded from an original item and basic cleaning has been performed
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentScaffoldedNotification : ScaffoldedNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceContentScaffoldedNotification(IContent, IContent, Int32, EventMessages)
Declaration
public ContentScaffoldedNotification(IContent original, IContent scaffold, int parentId, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent | original | |
IContent | scaffold | |
System.Int32 | parentId | |
EventMessages | messages |