Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiNodePickerConfiguration

    Represents the configuration for the multinode picker value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MultiNodePickerConfiguration : 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
    View Source

    TreeSource

    Declaration
    [JsonPropertyName("startNode")]
    public MultiNodePickerConfigurationTreeSource TreeSource { get; set; }
    Property Value
    Type Description
    MultiNodePickerConfigurationTreeSource
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IgnoreUserStartNodes
      • MaxNumber
      • MinNumber
      • TreeSource
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX