View Source
Class SearchResult
Inheritance
System.Object
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>>> |
|