• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaPicker3Configuration

    Represents the configuration for the media picker value editor.

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

    Properties

    View Source

    Crops

    Declaration
    public MediaPicker3Configuration.CropConfiguration[] Crops { get; set; }
    Property Value
    Type Description
    MediaPicker3Configuration.CropConfiguration[]
    View Source

    EnableLocalFocalPoint

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

    Filter

    Declaration
    public string Filter { get; set; }
    Property Value
    Type Description
    System.String
    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

    StartNodeId

    Declaration
    public Udi StartNodeId { get; set; }
    Property Value
    Type Description
    Udi
    View Source

    ValidationLimit

    Declaration
    public MediaPicker3Configuration.NumberRange ValidationLimit { get; set; }
    Property Value
    Type Description
    MediaPicker3Configuration.NumberRange
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Crops
      • EnableLocalFocalPoint
      • Filter
      • IgnoreUserStartNodes
      • Multiple
      • StartNodeId
      • ValidationLimit
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX