Class ContentSortedNotification
Called after content has been sorted.
Inheritance
System.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)
Declaration
public ContentSortedNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent> | target | |
EventMessages | messages |