Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchResultResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Searcher
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class SearchResultResponseModel

    Properties

    View Source

    FieldCount

    Declaration
    public int FieldCount { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Fields

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

    Id

    Declaration
    [Required]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Score

    Declaration
    public float Score { get; set; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FieldCount
      • Fields
      • Id
      • Score
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX