Click or drag to resize

FrontendControlFactory Constructor

Initializes a new instance of the FrontendControlFactory class.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public FrontendControlFactory(
	int rowid,
	string fileManagerHomeDir,
	PageView pageview,
	string context
)

Parameters

rowid
Type: SystemInt32
The rowid.
fileManagerHomeDir
Type: SystemString
The file manager home dir.
pageview
Type: Dynamicweb.FrontendPageView
The pageview.
context
Type: SystemString
The context.
See Also