Click or drag to resize
SearchResultItems Property
Collection of search results for the requested page number.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public List<SearchResultItem> Items { get; set; }

Property Value

Type: ListSearchResultItem
See Also