FulltextSearchSortOrder Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Indicates how the search result should be sorted.

Namespace: ContentStudio.Document.Fulltext
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum SortOrder
Members

  Member nameValueDescription
Rank0 The search result is sorted in a way that more relevant matches comes first in the returned data.
CreatedDate1 The search result is sorted based on the creation date of the document.
Name2 The search result is sorted by the name (title) of the document.
LogicalPath3 The document is sorted by its path in Content Studio. Documents placed in the same container will come together.
See Also

Reference