Click or drag to resize
BizFormItemGeneratorRegisterBizFormItemType Method (String)
Registers the given BizForm item class

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static void RegisterBizForm<ItemType>(
	string className
)
where ItemType : new(), BizFormItem

Parameters

className
Type: SystemString
Class name to register

Type Parameters

ItemType
See Also