View Source
Represents the configuration for the media picker value editor.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class MediaPickerConfiguration : IIgnoreUserStartNodesConfig
Properties
View Source
Declaration
public bool DisableFolderSelect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 bool OnlyImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public Udi StartNodeId { get; set; }
Property Value