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