Click or drag to resize
BizFormItemGeneratorRegisterDefaultFactory Method
Registers the default factory for the BizForm items, which overlaps the default one

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

Parameters

factory
Type: CMS.OnlineFormsBizFormItemFactory
Factory to register
See Also