  | FControlInfo Constructor (String, Int32, Boolean, Boolean) | 
  
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic FControlInfo(
	string systemName,
	int typeID,
	bool required,
	bool enableClientValidation
)
Public Sub New ( 
	systemName As String,
	typeID As Integer,
	required As Boolean,
	enableClientValidation As Boolean
)
Parameters
- systemName
 - Type: SystemString
Name of the system. - typeID
 - Type: SystemInt32
The type identifier. - required
 - Type: SystemBoolean
if set to true [required]. - enableClientValidation
 - Type: SystemBoolean
if set to true [enable client validation]. 
See Also