Click or drag to resize

FrontendControl Constructor (Int32, Int32, String, FrontendControlValidator)

Initializes a new instance of the FrontendControl class.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public FrontendControl(
	int pid,
	int rowid,
	string name,
	FrontendControlValidator validator
)

Parameters

pid
Type: SystemInt32
The pid.
rowid
Type: SystemInt32
The rowid.
name
Type: SystemString
The name.
validator
Type: Dynamicweb.News.Common.FrontendFrontendControlValidator
The validator.
See Also