Click or drag to resize
SearchResult Class
Represents search result retrieved by the search service.
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchResult

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public sealed class SearchResult

The SearchResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchResult
Top
Properties
  NameDescription
Public propertyHighlightRegex
Gets the regular expression specified for highlighting.
Public propertyHighlights
Specifies the list of highlighted words
Public propertyItems
Collection of search results for the requested page number.
Public propertyLastError
Search error associated with this results, if any occurred during the search operation. Results of a failed search are not valid.
Public propertyMoreCultures
Gets a value that indicates whether this search was performed for all cultures or current culture combined with default culture.
Public propertyParameters
Search parameters this search result is based upon.
Public propertyTotalNumberOfResults
Gets the total number of search results which can be retrieved from the search index (across all pages).
Top
See Also