Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITreeEntitySortingService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ITreeEntitySortingService

    Methods

    View Source

    SortEntities<TTreeEntity>(IEnumerable<TTreeEntity>, IEnumerable<SortingModel>)

    Declaration
    IEnumerable<TTreeEntity> SortEntities<TTreeEntity>(IEnumerable<TTreeEntity> entities, IEnumerable<SortingModel> sortingModels)
        where TTreeEntity : ITreeEntity
    Parameters
    Type Name Description
    IEnumerable<TTreeEntity> entities
    IEnumerable<SortingModel> sortingModels
    Returns
    Type Description
    IEnumerable<TTreeEntity>
    Type Parameters
    Name Description
    TTreeEntity
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • SortEntities<TTreeEntity>(IEnumerable<TTreeEntity>, IEnumerable<SortingModel>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX