Click or drag to resize

FControlInfo Constructor (String, Int32, Boolean, FrontendControlValidator)

Initializes a new instance of the FControlInfo class.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public FControlInfo(
	string systemName,
	int typeID,
	bool required,
	FrontendControlValidator validator
)

Parameters

systemName
Type: SystemString
Name of the system.
typeID
Type: SystemInt32
The type identifier.
required
Type: SystemBoolean
if set to true [required].
validator
Type: Dynamicweb.News.Common.FrontendFrontendControlValidator
The validator.
See Also