Sets the sort order for the record list of the navigation.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetNso( string key ) |
| Visual Basic |
|---|
Public Overridable Sub SetNso ( _ key As String _ ) |
| Visual C++ |
|---|
public: virtual void SetNso( String^ key ) |
Parameters
- key
- Type: System..::..String
Sort order of the navigation where order is one of: NAV_SORT_ASCENDING, or NAV_SORT_DESCENDING.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If unable to parse the sort order. |