Class BlockListConfiguration.NumberRange
Represents a number range with optional minimum and maximum values.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class BlockListConfiguration.NumberRange
Constructors
View SourceNumberRange()
Declaration
public NumberRange()
Properties
View SourceMax
Gets or sets the maximum number of blocks allowed.
Declaration
public int? Max { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Min
Gets or sets the minimum number of blocks allowed.
Declaration
public int? Min { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |