View Source
  Class MultiNodePickerConfiguration
  
  Represents the configuration for the multinode picker value editor.
 
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MultiNodePickerConfiguration : IIgnoreUserStartNodesConfig
   
  Properties
  
  
    View Source
  
  Filter
  
  
  Declaration
  
    public string Filter { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    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 | 
         | 
      
    
  
  
    View Source
  
  TreeSource
  
  
  Declaration
  
    [JsonPropertyName("startNode")]
public MultiNodePickerConfigurationTreeSource TreeSource { get; set; }
   
  Property Value