View Source
Class MultiUrlPickerConfiguration
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class MultiUrlPickerConfiguration
Properties
View Source
HideAnchor
Declaration
[ConfigurationField("hideAnchor", "Hide anchor/query string input", "boolean", Description = "Selecting this hides the anchor/query string input field in the linkpicker overlay.")]
public bool HideAnchor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
OverlaySize
Declaration
[ConfigurationField("overlaySize", "Overlay Size", "overlaysize", Description = "Select the width of the overlay.")]
public string OverlaySize { get; set; }
Property Value
Type |
Description |
System.String |
|