Class ContentSortingNotification
Called while content is sorting, but before content has been sorted. Cancel the operation to cancel the sorting.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentSortingNotification : SortingNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceContentSortingNotification(IEnumerable<IContent>, EventMessages)
Declaration
public ContentSortingNotification(IEnumerable<IContent> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IContent> | target | |
EventMessages | messages |