Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchResult

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "result", Namespace = "")]
    public class SearchResult

    Properties

    View Source

    FieldCount

    Declaration
    [DataMember(Name = "fieldCount")]
    public int FieldCount { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Id

    Declaration
    [DataMember(Name = "id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Score

    Declaration
    [DataMember(Name = "score")]
    public float Score { get; set; }
    Property Value
    Type Description
    System.Single
    View Source

    Values

    Declaration
    [DataMember(Name = "values")]
    public IReadOnlyDictionary<string, IReadOnlyList<string>>? Values { get; set; }
    Property Value
    Type Description
    System.Nullable<IReadOnlyDictionary<System.String, IReadOnlyList<System.String>>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FieldCount
      • Id
      • Score
      • Values
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX