View Source
Class BlockListConfiguration.BlockConfiguration
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class BlockConfiguration
Properties
View Source
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentElementTypeKey
Declaration
public Guid ContentElementTypeKey { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
EditorSize
Declaration
public string EditorSize { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ForceHideContentEditorInOverlay
Declaration
public bool ForceHideContentEditorInOverlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IconColor
Declaration
public string IconColor { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SettingsElementTypeKey
Declaration
public Guid? SettingsElementTypeKey { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
Stylesheet
Declaration
public string Stylesheet { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Thumbnail
Declaration
public string Thumbnail { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
View
Declaration
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|