Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedContentConfiguration

    Represents the configuration for the nested content value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class NestedContentConfiguration

    Properties

    View Source

    ConfirmDeletes

    Declaration
    public bool ConfirmDeletes { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ContentTypes

    Declaration
    public NestedContentConfiguration.ContentType[] ContentTypes { get; set; }
    Property Value
    Type Description
    NestedContentConfiguration.ContentType[]
    View Source

    ExpandsOnLoad

    Declaration
    public bool ExpandsOnLoad { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    HideLabel

    Declaration
    public bool HideLabel { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MaxItems

    Declaration
    public int? MaxItems { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    MinItems

    Declaration
    public int? MinItems { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    ShowIcons

    Declaration
    public bool ShowIcons { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ConfirmDeletes
      • ContentTypes
      • ExpandsOnLoad
      • HideLabel
      • MaxItems
      • MinItems
      • ShowIcons
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX