View Source
Class SearchResults
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "results", Namespace = "")]
public class SearchResults
Properties
View Source
PageSize
Declaration
[DataMember(Name = "pageSize")]
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Results
Declaration
[DataMember(Name = "results")]
public IEnumerable<SearchResult>? Results { get; set; }
Property Value
View Source
TotalRecords
Declaration
[DataMember(Name = "totalRecords")]
public long TotalRecords { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
View Source
Empty()
Declaration
public static SearchResults Empty()
Returns