View Source
Represents the configuration for the media picker value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
public class MediaPicker3Configuration
Properties
View Source
Declaration
[ConfigurationField("crops", "Image Crops", "views/propertyeditors/MediaPicker3/prevalue/mediapicker3.crops.html", Description = "Local crops, stored on document")]
public MediaPicker3Configuration.CropConfiguration[] Crops { get; set; }
Property Value
View Source
Declaration
[ConfigurationField("enableLocalFocalPoint", "Enable Focal Point", "boolean")]
public bool EnableLocalFocalPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
[ConfigurationField("filter", "Accepted types", "treesourcetypepicker", Description = "Limit to specific types")]
public string Filter { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[ConfigurationField("ignoreUserStartNodes", "Ignore User Start Nodes", "boolean", Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")]
public bool IgnoreUserStartNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
[ConfigurationField("multiple", "Pick multiple items", "boolean", Description = "Outputs a IEnumerable")]
public bool Multiple { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
[ConfigurationField("startNodeId", "Start node", "mediapicker")]
public Udi StartNodeId { get; set; }
Property Value
View Source
Declaration
[ConfigurationField("validationLimit", "Amount", "numberrange", Description = "Set a required range of medias")]
public MediaPicker3Configuration.NumberRange ValidationLimit { get; set; }
Property Value