Class ContentPublishedNotification
Called after content has been published.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentPublishedNotification : EnumerableObjectNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentPublishedNotification(IEnumerable<IContent>, EventMessages)
Declaration
public ContentPublishedNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent> | target | |
EventMessages | messages |
ContentPublishedNotification(IContent, EventMessages)
Declaration
public ContentPublishedNotification(IContent target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IContent | target | |
EventMessages | messages |
Properties
View SourcePublishedEntities
Gets a enumeration of IContent with the published entities.
Declaration
public IEnumerable<IContent> PublishedEntities { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IContent> |