Try our conversational search powered by Generative AI!

Class ItemRangeNumberValidationSettings

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Settings for configuring validation of integer list properties ensuring that each item value is within a specific range.

Inheritance
System.Object
ItemRangeNumberValidationSettings
Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[PropertyValidationSettings("ItemRange", typeof(PropertyIntegerList))]
public class ItemRangeNumberValidationSettings : RangeNumberValidationSettings, IPropertyValidationSettings, IPropertySettings

Constructors

ItemRangeNumberValidationSettings()

Declaration
public ItemRangeNumberValidationSettings()

Implements

Extension Methods