View Source
Interface ITreeEntitySortingService
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 |
|