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

Specify the order of the results. Choices are:

  • Title - the title of the content block
  • ID - the XML content block ID number
  • Date Created - the date the content block was created
  • Date Modified - the date the content block was last modified
  • AuthorLName - the last author’s last name
  • AuthorFname - the last author’s first name
  • StartDate - the GoLive date

C#
[Category("Ektron"), DefaultValue("Title"), Description("Specify the order of the results. Choices are: Title, ID, Date Created, Date Modified, AuthorLName, AuthorFName or StartDate")]
public string OrderBy;
Visual Basic
<Category("Ektron"), DefaultValue("Title"), Description("Specify the order of the results. Choices are: Title, ID, Date Created, Date Modified, AuthorLName, AuthorFName or StartDate")>
Public Property OrderBy() 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!