An emuration of possible sort types used by Sort
Either alphanumeric or geocode.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public enum SortType |
| Visual Basic (Declaration) |
|---|
Public Enumeration SortType |
| Visual C++ |
|---|
public enum class SortType |
Members
| Member name | Description | |
|---|---|---|
| AlphaNumeric |
This is a sort key for a non-geocode typed property.
| |
| Geocode |
This is a sort key for a geocode typed property.
| |
| RelRank |
This is a sort key for a relevence rank.
|