View Source
Represents the configuration for the media picker value editor.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class MediaPicker3Configuration : IIgnoreUserStartNodesConfig
Properties
View Source
Declaration
public MediaPicker3Configuration.CropConfiguration[] Crops { get; set; }
Property Value
View Source
Declaration
public bool EnableLocalFocalPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public string Filter { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public bool IgnoreUserStartNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public bool Multiple { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public Udi StartNodeId { get; set; }
Property Value
View Source
Declaration
public MediaPicker3Configuration.NumberRange ValidationLimit { get; set; }
Property Value