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