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