Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListConfiguration.BlockConfiguration

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class BlockConfiguration : IBlockConfiguration

    Properties

    View Source

    BackgroundColor

    Declaration
    [DataMember(Name = "backgroundColor")]
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ContentElementTypeKey

    Declaration
    [DataMember(Name = "contentElementTypeKey")]
    public Guid ContentElementTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    EditorSize

    Declaration
    [DataMember(Name = "editorSize")]
    public string EditorSize { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ForceHideContentEditorInOverlay

    Declaration
    [DataMember(Name = "forceHideContentEditorInOverlay")]
    public bool ForceHideContentEditorInOverlay { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IconColor

    Declaration
    [DataMember(Name = "iconColor")]
    public string IconColor { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Label

    Declaration
    [DataMember(Name = "label")]
    public string Label { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SettingsElementTypeKey

    Declaration
    [DataMember(Name = "settingsElementTypeKey")]
    public Guid? SettingsElementTypeKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    Stylesheet

    Declaration
    [DataMember(Name = "stylesheet")]
    public string Stylesheet { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Thumbnail

    Declaration
    [DataMember(Name = "thumbnail")]
    public string Thumbnail { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    View

    Declaration
    [DataMember(Name = "view")]
    public string View { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BackgroundColor
      • ContentElementTypeKey
      • EditorSize
      • ForceHideContentEditorInOverlay
      • IconColor
      • Label
      • SettingsElementTypeKey
      • Stylesheet
      • Thumbnail
      • View
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX