| RegExpControlInfo Constructor (String, Boolean, String, FrontendControlValidator) |
Namespace:
Dynamicweb.News.Common.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public RegExpControlInfo(
string systemName,
bool requiredValue,
string regexp,
FrontendControlValidator validator
)
Public Sub New (
systemName As String,
requiredValue As Boolean,
regexp As String,
validator As FrontendControlValidator
)
Parameters
- systemName
- Type: SystemString
Name of the system. - requiredValue
- Type: SystemBoolean
if set to true [required value]. - regexp
- Type: SystemString
The regexp. - validator
- Type: Dynamicweb.News.Common.FrontendFrontendControlValidator
The validator.
See Also