Class AssetContentSection.TextSection
public abstract class AssetContentSection.TextSection : AssetContentSection
- Inheritance
-
AssetContentSection.TextSection
- Derived
- Inherited Members
- Extension Methods
Constructors
TextSection(string)
public TextSection(string id)
Parameters
idstring
Properties
Description
public string Description { get; set; }
Property Value
IsRequired
public bool IsRequired { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
Value
public MultilingualString Value { get; set; }