View Source
  Class NestedContentConfiguration
  
  Represents the configuration for the nested content value editor.
    Inheritance
      System.Object
      
   
  
  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
  
  
    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 |  |