Class SortHandlerCollection
A collection of ISortHandler implementations for the Delivery API.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class SortHandlerCollection : BuilderCollectionBase<ISortHandler>, IBuilderCollection<ISortHandler>
Constructors
View SourceSortHandlerCollection(Func<IEnumerable<ISortHandler>>)
Initializes a new instance of the SortHandlerCollection class.
Declaration
public SortHandlerCollection(Func<IEnumerable<ISortHandler>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<ISortHandler>> | items | A factory function that returns the sort handlers. |