Click or drag to resize
BizFormItemProvider Constructor (Boolean, String)
Initializes a new instance of the BizFormItemProvider class.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
protected BizFormItemProvider(
	bool initialize,
	string className
)

Parameters

initialize
Type: SystemBoolean
Indicates if provider together with hash tables should be initialized.
className
Type: SystemString
Class name of the BizForm.
See Also