Click or drag to resize

FControlInfo Constructor (String, Int32, Boolean)

Constructor for 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
)

Parameters

systemName
Type: SystemString
Control system name.
typeID
Type: SystemInt32
ID of the control type.
required
Type: SystemBoolean
Whether the current field is required to fill.
Remarks