You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ProductSearch Class > ProductSearch Properties > OrderDirection
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ProductSearch.OrderDirection Property

The direction in which search results are sorted. The default is Ascending.

  • Ascending - Alphabetical results from A to Z; numeric values low to high; dates from oldest to most recent
  • Descending - Alphabetical results from Z to A; numeric values high to low; dates from most recent to oldest

C#
[Browsable(true)]
[Category("Ektron")]
[TypeConverter(typeof(SortOrderTypeConverter))]
[Description("The direction in which search results are sorted. The default is Ascending. Choices are Ascending and Descending.")]
[Personalizable(), WebBrowsable()]
public string OrderDirection;
Visual Basic
<Browsable(true)>
<Category("Ektron")>
<TypeConverter(typeof(SortOrderTypeConverter))>
<Description("The direction in which search results are sorted. The default is Ascending. Choices are Ascending and Descending.")>
<Personalizable(), WebBrowsable()>
Public Property OrderDirection() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!