Class SearchResults
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class SearchResults : object
Properties
View SourceResults
Declaration
public IEnumerable<SearchResult> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<SearchResult> |
TotalRecords
Declaration
public long TotalRecords { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Methods
View SourceEmpty()
Declaration
public static SearchResults Empty()
Returns
| Type | Description |
|---|---|
| SearchResults |