Click or drag to resize
BizFormItemNew Method (String, DataRow)
Creates new BizFormItem instance which must inherit the BizFormItem class.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static BizFormItem New(
	string className,
	DataRow dataRow = null
)

Parameters

className
Type: SystemString
Class name in format application.class
dataRow (Optional)
Type: System.DataDataRow
Data row containing both tree node and coupled table

Return Value

Type: BizFormItem
See Also