Class SortHandlerCollection
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class SortHandlerCollection : BuilderCollectionBase<ISortHandler>, IBuilderCollection<ISortHandler>
Constructors
View SourceSortHandlerCollection(Func<IEnumerable<ISortHandler>>)
Declaration
public SortHandlerCollection(Func<IEnumerable<ISortHandler>> items)
Parameters
Type | Name | Description |
---|---|---|
Func<IEnumerable<ISortHandler>> | items |