View Source
Class MultiUrlPickerConfiguration
Assembly: Umbraco.Core.dll
Syntax
public class MultiUrlPickerConfiguration : IIgnoreUserStartNodesConfig
Properties
View Source
IgnoreUserStartNodes
Declaration
[ConfigurationField("ignoreUserStartNodes")]
public bool IgnoreUserStartNodes { get; set; }
Property Value
View Source
MaxNumber
Declaration
[ConfigurationField("maxNumber")]
public int MaxNumber { get; set; }
Property Value
View Source
MinNumber
Declaration
[ConfigurationField("minNumber")]
public int MinNumber { get; set; }
Property Value