Try our conversational search powered by Generative AI!

Class ItemRegularExpressionValidationSettings

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 string list properties ensuring that each string matches a regular expression pattern.

Inheritance
System.Object
ItemRegularExpressionValidationSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[PropertyValidationSettings("ItemRegularExpression", typeof(PropertyStringList))]
public class ItemRegularExpressionValidationSettings : RegularExpressionValidationSettings, IPropertyValidationSettings, IPropertySettings

Constructors

ItemRegularExpressionValidationSettings()

Declaration
public ItemRegularExpressionValidationSettings()

Implements

Extension Methods