Class ValueListConfiguration
Represents the ValueList editor configuration.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ValueListConfiguration
Properties
View SourceItems
Declaration
[ConfigurationField("items")]
public List<string> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |