Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchResults

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class SearchResults : object

    Properties

    View Source

    Results

    Declaration
    public IEnumerable<SearchResult> Results { get; set; }
    Property Value
    Type Description
    IEnumerable<SearchResult>
    View Source

    TotalRecords

    Declaration
    public long TotalRecords { get; set; }
    Property Value
    Type Description
    System.Int64

    Methods

    View Source

    Empty()

    Declaration
    public static SearchResults Empty()
    Returns
    Type Description
    SearchResults
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Results
      • TotalRecords
    • Methods
      • Empty()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX