Table of Contents

Class LayoutContentSection.TextSection

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public abstract class LayoutContentSection.TextSection : LayoutContentSection
Inheritance
LayoutContentSection.TextSection
Derived
Inherited Members
Extension Methods

Constructors

TextSection(string)

public TextSection(string id)

Parameters

id string

Properties

Description

public string Description { get; set; }

Property Value

string

IsRequired

public bool IsRequired { get; set; }

Property Value

bool

Label

public string Label { get; set; }

Property Value

string

Tooltip

public string Tooltip { get; set; }

Property Value

string

Value

public MultilingualString Value { get; set; }

Property Value

MultilingualString