View Source
Class TreeEntitySortingService
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class TreeEntitySortingService : ITreeEntitySortingService
Methods
View Source
SortEntities<TTreeEntity>(IEnumerable<TTreeEntity>, IEnumerable<SortingModel>)
Declaration
public 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 |
|