Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiUrlPickerConfiguration

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

    Properties

    View Source

    HideAnchor

    Declaration
    public bool HideAnchor { get; set; }
    Property Value
    Type Description
    System.Boolean
    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

    OverlaySize

    Declaration
    public string OverlaySize { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • HideAnchor
      • IgnoreUserStartNodes
      • MaxNumber
      • MinNumber
      • OverlaySize
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX