Class PublishedSearchResult
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public class PublishedSearchResult
Constructors
View SourcePublishedSearchResult(IPublishedContent, float)
Declaration
public PublishedSearchResult(IPublishedContent content, float score)
Parameters
| Type | Name | Description |
|---|---|---|
| IPublishedContent | content | |
| float | score |
Properties
View SourceContent
Declaration
public IPublishedContent Content { get; }
Property Value
| Type | Description |
|---|---|
| IPublishedContent |
Score
Declaration
public float Score { get; }
Property Value
| Type | Description |
|---|---|
| float |