Class ContentSortedNotification
Called after content has been sorted.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentSortedNotification : SortedNotification<IContent>, IStatefulNotification, INotification
Constructors
View SourceContentSortedNotification(IEnumerable<IContent>, EventMessages)
Initializes a new instance of the ContentSortedNotification class.
Declaration
public ContentSortedNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IContent> | target | The content items that were sorted. |
| EventMessages | messages | The event messages collection. |