Click or drag to resize
BizFormItemNewItemType Method (String, IDataContainer)
Creates new document instance.

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

Parameters

className
Type: SystemString
Class name in format application.class
data
Type: CMS.BaseIDataContainer
Data container containing both tree node and coupled table

Type Parameters

ItemType

Return Value

Type: ItemType
See Also