Click or drag to resize

RegExpControlInfo Constructor (String, Boolean, String)

Initializes a new instance of the RegExpControlInfo class.

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
)

Parameters

systemName
Type: SystemString
Name of the system.
requiredValue
Type: SystemBoolean
if set to true [required value].
regexp
Type: SystemString
The regexp.
See Also