Class MultiUrlPickerConfiguration
Represents the configuration for the multi URL picker property editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class MultiUrlPickerConfiguration : IIgnoreUserStartNodesConfig
Constructors
View SourceMultiUrlPickerConfiguration()
Declaration
public MultiUrlPickerConfiguration()
Properties
View SourceIgnoreUserStartNodes
Gets or sets a value indicating whether to ignore user start nodes when selecting content.
Declaration
[ConfigurationField("ignoreUserStartNodes")]
public bool IgnoreUserStartNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MaxNumber
Gets or sets the maximum number of URLs that can be selected.
Declaration
[ConfigurationField("maxNumber")]
public int MaxNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MinNumber
Gets or sets the minimum number of URLs that must be selected.
Declaration
[ConfigurationField("minNumber")]
public int MinNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |