Class FieldViewModel
Inheritance
System.Object
Namespace: Umbraco.Cms.ManagementApi.ViewModels.Search
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class FieldViewModel
Properties
View SourceName
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Values
Declaration
public IEnumerable<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<System.String> |