Class LayoutContentSection.MarkdownAndHtml
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public sealed class LayoutContentSection.MarkdownAndHtml : LayoutContentSection
- Inheritance
-
LayoutContentSection.MarkdownAndHtml
- Inherited Members
-
- Extension Methods
-
Constructors
MarkdownAndHtml(string)
public MarkdownAndHtml(string id)
Parameters
id string
Properties
AllowUpload
public bool AllowUpload { get; set; }
Property Value
- bool
ControlPath
public override string ControlPath { get; }
Property Value
- string
EnableHtmlBuilder
public bool EnableHtmlBuilder { get; set; }
Property Value
- bool
HtmlDescription
public string HtmlDescription { get; set; }
Property Value
- string
HtmlLabel
public string HtmlLabel { get; set; }
Property Value
- string
HtmlValue
public MultilingualString HtmlValue { get; set; }
Property Value
- MultilingualString
IsMultiValue
public bool IsMultiValue { get; set; }
Property Value
- bool
IsRequired
public bool IsRequired { get; set; }
Property Value
- bool
MarkdownDescription
public string MarkdownDescription { get; set; }
Property Value
- string
MarkdownLabel
public string MarkdownLabel { get; set; }
Property Value
- string
MarkdownValue
public MultilingualString MarkdownValue { get; set; }
Property Value
- MultilingualString
UploadFolderPath
public string UploadFolderPath { get; set; }
Property Value
- string