Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPickerConfiguration

    Represents the configuration for the content picker property editor.

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

    Constructors

    View Source

    ContentPickerConfiguration()

    Declaration
    public ContentPickerConfiguration()

    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
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX