View Source
  Class MultiUrlPickerConfiguration
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MultiUrlPickerConfiguration : IIgnoreUserStartNodesConfig
   
  Properties
  
  
    View Source
  
  IgnoreUserStartNodes
  
  
  Declaration
  
    public bool IgnoreUserStartNodes { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  MaxNumber
  
  
  Declaration
  
    public int MaxNumber { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    View Source
  
  MinNumber
  
  
  Declaration
  
    public int MinNumber { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         |