Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaPicker3Configuration

    Represents the configuration for the media picker value editor.

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

    Properties

    View Source

    Crops

    Declaration
    [ConfigurationField("crops")]
    public MediaPicker3Configuration.CropConfiguration[]? Crops { get; set; }
    Property Value
    Type Description
    CropConfiguration[]
    View Source

    EnableLocalFocalPoint

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

    Filter

    Declaration
    [ConfigurationField("filter")]
    public string? Filter { get; set; }
    Property Value
    Type Description
    string
    View Source

    IgnoreUserStartNodes

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

    Multiple

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

    StartNodeId

    Declaration
    [ConfigurationField("startNodeId")]
    public Guid? StartNodeId { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    ValidationLimit

    Declaration
    [ConfigurationField("validationLimit")]
    public MediaPicker3Configuration.NumberRange ValidationLimit { get; set; }
    Property Value
    Type Description
    MediaPicker3Configuration.NumberRange
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX