View Source
Class MultiNodePickerConfiguration
Represents the configuration for the multinode picker value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class MultiNodePickerConfiguration
Properties
View Source
Filter
Declaration
[ConfigurationField("filter", "Allow items of type", "treesourcetypepicker", Description = "Select the applicable types")]
public string Filter { get; set; }
Property Value
Type |
Description |
System.String |
|
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
MaxNumber
Declaration
[ConfigurationField("maxNumber", "Maximum number of items", "number")]
public int MaxNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
MinNumber
Declaration
[ConfigurationField("minNumber", "Minimum number of items", "number")]
public int MinNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ShowOpen
Declaration
[ConfigurationField("showOpenButton", "Show open button", "boolean", Description = "Opens the node in a dialog")]
public bool ShowOpen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
TreeSource
Declaration
[ConfigurationField("startNode", "Node type", "treesource")]
public MultiNodePickerConfigurationTreeSource TreeSource { get; set; }
Property Value