Class LayoutContentSection.TextSection
public abstract class LayoutContentSection.TextSection : LayoutContentSection
- Inheritance
-
LayoutContentSection.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
Tooltip
public string Tooltip { get; set; }
Property Value
Value
public MultilingualString Value { get; set; }