View Source
Class ContentSavingNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentSavingNotification : SavingNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View Source
ContentSavingNotification(IEnumerable<IContent>, EventMessages)
Declaration
public ContentSavingNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
View Source
ContentSavingNotification(IContent, EventMessages)
Declaration
public ContentSavingNotification(IContent target, EventMessages messages)
Parameters