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<Search |
TotalRecords
Declaration
public long TotalRecords { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
View SourceEmpty()
Declaration
public static SearchResults Empty()
Returns
Type | Description |
---|---|
Search |