Show / Hide Table of Contents

Class SearchResults

Inheritance
object
SearchResults
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS