View Source
Class NameSort
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
Syntax
public sealed class NameSort : ISortHandler
Methods
View Source
BuildSortOption(String)
Declaration
public SortOption BuildSortOption(string sort)
Parameters
| Type |
Name |
Description |
| System.String |
sort |
|
Returns
| Type |
Description |
| SortOption |
|
View Source
CanHandle(String)
Declaration
public bool CanHandle(string query)
Parameters
| Type |
Name |
Description |
| System.String |
query |
|
Returns
| Type |
Description |
| System.Boolean |
|