Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiNodePickerConfiguration

    Represents the configuration for the multinode picker value editor.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MultiNodePickerConfiguration : IIgnoreUserStartNodesConfig

    Properties

    View Source

    Filter

    Declaration
    [ConfigurationField("filter")]
    public string? Filter { get; set; }
    Property Value
    Type Description
    string
    View Source

    IgnoreUserStartNodes

    Declaration
    [ConfigurationField("ignoreUserStartNodes")]
    public bool IgnoreUserStartNodes { get; set; }
    Property Value
    Type Description
    bool
    View Source

    MaxNumber

    Declaration
    [ConfigurationField("maxNumber")]
    public int MaxNumber { get; set; }
    Property Value
    Type Description
    int
    View Source

    MinNumber

    Declaration
    [ConfigurationField("minNumber")]
    public int MinNumber { get; set; }
    Property Value
    Type Description
    int
    View Source

    TreeSource

    Declaration
    [JsonPropertyName("startNode")]
    [ConfigurationField("startNode")]
    public MultiNodePickerConfigurationTreeSource? TreeSource { get; set; }
    Property Value
    Type Description
    MultiNodePickerConfigurationTreeSource
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX