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

The order of forum search results. Choices are:

  • Title - The content title (alphabetical)
  • ID - The content ID number
  • Date Created - The date the content was created
  • Date Modified - The date the content was most recently modified
  • Editor - The user who last edited the content (alphabetical)
  • Rank - The rank assigned to the content. See Also: Ektron CMS400.NET Administrator manual section "Searching Your Web Site" > "Display of Search Results" > "Search Result Ranking"

C#
[Browsable(true)]
[Category("Ektron")]
[DefaultValue(5)]
[Description("Specify the order of the results. Choices are: Rank, Title, User, DateCreated, DateModified. Default: Rank")]
[Personalizable(), WebBrowsable()]
public WebSearchOrder OrderBy;
Visual Basic
<Browsable(true)>
<Category("Ektron")>
<DefaultValue(5)>
<Description("Specify the order of the results. Choices are: Rank, Title, User, DateCreated, DateModified. Default: Rank")>
<Personalizable(), WebBrowsable()>
Public Property OrderBy() As WebSearchOrder
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!