Class AssetContentSection.SingleLineList
public sealed class AssetContentSection.SingleLineList : AssetContentSection
- Inheritance
-
AssetContentSection.SingleLineList
- Inherited Members
- Extension Methods
Constructors
SingleLineList(string)
public SingleLineList(string id)
Parameters
idstring
Properties
ControlPath
public override string ControlPath { get; }
Property Value
Description
public string Description { get; set; }
Property Value
EntityName
public string EntityName { get; set; }
Property Value
IsRequired
public bool IsRequired { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
Values
public IEnumerable<MultilingualString> Values { get; set; }