Class ItemRegularExpressionAttribute
Specifies that each item in a content list property must match the specified regular expression.
Inheritance
System.Object
ItemRegularExpressionAttribute
Namespace: EPiServer.DataAnnotations
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class ItemRegularExpressionAttribute : RegularExpressionAttribute
Constructors
ItemRegularExpressionAttribute(String)
Initializes a new instance of the Item
Declaration
public ItemRegularExpressionAttribute(string pattern)
Parameters
Type | Name | Description |
---|---|---|
System. |
pattern | The regular expression that is used to validate each item in the list property. |
Methods
IsValid(Object)
Declaration
public override bool IsValid(object value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value |
Returns
Type | Description |
---|---|
System. |