Search Results for

    Show / Hide Table of Contents
    View Source

    Class SortHandlerCollection

    A collection of ISortHandler implementations for the Delivery API.

    Inheritance
    object
    BuilderCollectionBase<ISortHandler>
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class SortHandlerCollection : BuilderCollectionBase<ISortHandler>, IBuilderCollection<ISortHandler>

    Constructors

    View Source

    SortHandlerCollection(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX