Class SearchResults
Inherited Members
Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke.dll
Syntax
public class SearchResults
Constructors
SearchResults()
Declaration
public SearchResults()
Properties
Results
Declaration
public IList<SearchResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<SearchResult> |
TotalHits
Declaration
public int TotalHits { get; set; }
Property Value
Type | Description |
---|---|
int |