Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaPickerConfiguration

    Represents the configuration for the media picker value editor.

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

    Properties

    View Source

    DisableFolderSelect

    Declaration
    public bool DisableFolderSelect { 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

    Multiple

    Declaration
    public bool Multiple { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    OnlyImages

    Declaration
    public bool OnlyImages { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    StartNodeId

    Declaration
    public Udi StartNodeId { get; set; }
    Property Value
    Type Description
    Udi
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisableFolderSelect
      • IgnoreUserStartNodes
      • Multiple
      • OnlyImages
      • StartNodeId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX