View Source
Class SearchResultViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class SearchResultViewModel
Properties
View Source
FieldCount
Declaration
public int FieldCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Fields
Declaration
public IEnumerable<FieldViewModel> Fields { get; set; }
Property Value
View Source
Id
Declaration
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 |
|