Click or drag to resize
BizFormItemGeneratorRegisterBizForm Method (String, BizFormItemFactory)
Registers the given BizForm item class

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static void RegisterBizForm(
	string className,
	BizFormItemFactory factory
)

Parameters

className
Type: SystemString
Class name to register
factory
Type: CMS.OnlineFormsBizFormItemFactory
Factory to use for new items
See Also