Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedSearchResult

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public class PublishedSearchResult

    Constructors

    View Source

    PublishedSearchResult(IPublishedContent, Single)

    Declaration
    public PublishedSearchResult(IPublishedContent content, float score)
    Parameters
    Type Name Description
    IPublishedContent content
    System.Single score

    Properties

    View Source

    Content

    Declaration
    public IPublishedContent Content { get; }
    Property Value
    Type Description
    IPublishedContent
    View Source

    Score

    Declaration
    public float Score { get; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PublishedSearchResult(IPublishedContent, Single)
    • Properties
      • Content
      • Score
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX