BizFormItemProvider Constructor (Boolean, String) |
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax 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