| RegExpControlInfo Constructor (String, Boolean, String) |
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
)
Public Sub New (
systemName As String,
requiredValue As Boolean,
regexp As String
)
Parameters
- systemName
- Type: SystemString
Name of the system. - requiredValue
- Type: SystemBoolean
if set to true [required value]. - regexp
- Type: SystemString
The regexp.
See Also