Class ControlTextEditorData
Inheritance
ControlTextEditorData
Assembly: DataWeb.Core.dll
Syntax
public class ControlTextEditorData
Properties
AllowedResolutions
Declaration
public List<List.ListItem> AllowedResolutions { get; set; }
Property Value
Documents
Declaration
public List<ControlTextEditorData.File> Documents { get; set; }
Property Value
Images
Declaration
public List<ControlTextEditorData.File> Images { get; set; }
Property Value
IsDocuments
Declaration
public bool IsDocuments { get; set; }
Property Value
IsImages
Declaration
public bool IsImages { get; set; }
Property Value
Styles
Declaration
public List<ControlTextEditorData.Style> Styles { get; set; }
Property Value
Templates
Declaration
public IEnumerable<TemplateInfo> Templates { get; set; }
Property Value