| 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
)
Public Sub New (
systemName As String,
typeID As Integer,
required As Boolean
)
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 See Also