Click or drag to resize
BizFormItemProvider Constructor (String)

Note: This API is now obsolete.

Base constructor for inherited classes and internal purposes

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This constructor is meant for system purposes, it shouldn't be used directly.")]
public BizFormItemProvider(
	string className
)

Parameters

className
Type: SystemString
Class name of the BizForm
See Also