View Source
  Class ContentPickerConfiguration
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ContentPickerConfiguration : IIgnoreUserStartNodesConfig
   
  Properties
  
  
    View Source
  
  IgnoreUserStartNodes
  
  
  Declaration
  
    public bool IgnoreUserStartNodes { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  ShowOpenButton
  
  
  Declaration
  
    public bool ShowOpenButton { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  StartNodeId
  
  
  Declaration
  
    public Udi StartNodeId { get; set; }
   
  Property Value