Table of Contents

Class AssetContentSection.MarkdownAndHtml

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public sealed class AssetContentSection.MarkdownAndHtml : AssetContentSection
Inheritance
AssetContentSection.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

UploadStrategy

public UploadMode UploadStrategy { get; set; }

Property Value

UploadMode