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
    [DataContract(Name = "results", Namespace = "")]
    public class SearchResults

    Properties

    View Source

    Results

    Declaration
    [DataMember(Name = "results")]
    public IEnumerable<SearchResult>? Results { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<SearchResult>>
    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
    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