Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiUrlPickerConfiguration

    Represents the configuration for the multi URL picker property editor.

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

    Constructors

    View Source

    MultiUrlPickerConfiguration()

    Declaration
    public MultiUrlPickerConfiguration()

    Properties

    View Source

    IgnoreUserStartNodes

    Gets or sets a value indicating whether to ignore user start nodes when selecting content.

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

    MaxNumber

    Gets or sets the maximum number of URLs that can be selected.

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

    MinNumber

    Gets or sets the minimum number of URLs that must be selected.

    Declaration
    [ConfigurationField("minNumber")]
    public int MinNumber { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX