View Source
Class ContentPickerConfiguration
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ContentPickerConfiguration
Properties
View Source
IgnoreUserStartNodes
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
ShowOpenButton
Declaration
[ConfigurationField("showOpenButton", "Show open button", "boolean", Description = "Opens the node in a dialog")]
public bool ShowOpenButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
StartNodeId
Declaration
[ConfigurationField("startNodeId", "Start node", "treepicker")]
public Udi StartNodeId { get; set; }
Property Value