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

Order search results by an indexed field in the smart form. Set this property to the XPATH of that indexed field. If invalid XPATH is specified, search result ordering defaults to Rank.

C#
[Category("Ektron"), DefaultValue(""), Description("Order search results by an indexed field in the smart form. Set this property to the XPATH of that indexed field.")]
public string CustomOrderBy;
Visual Basic
<Category("Ektron"), DefaultValue(""), Description("Order search results by an indexed field in the smart form. Set this property to the XPATH of that indexed field.")>
Public Property CustomOrderBy() As string
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!