Search Results for

    Show / Hide Table of Contents
    View Source

    Class SortHandlerCollection

    Inheritance
    System.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>>)

    Declaration
    public SortHandlerCollection(Func<IEnumerable<ISortHandler>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<ISortHandler>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SortHandlerCollection(Func<IEnumerable<ISortHandler>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX