View Source
Represents the configuration for the media picker value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
public class MediaPickerConfiguration
Properties
View Source
Declaration
[ConfigurationField("disableFolderSelect", "Disable folder select", "boolean", Description = "Do not allow folders to be picked.")]
public bool DisableFolderSelect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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("multiPicker", "Pick multiple items", "boolean")]
public bool Multiple { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
[ConfigurationField("onlyImages", "Pick only images", "boolean", Description = "Only let the editor choose images from media.")]
public bool OnlyImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
[ConfigurationField("startNodeId", "Start node", "mediapicker")]
public Udi StartNodeId { get; set; }
Property Value