BizFormItemNewItemType Method (String, DataRow) |
Creates new document instance.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax public static ItemType New<ItemType>(
string className,
DataRow dataRow
)
where ItemType : new(), BizFormItem
Parameters
- className
- Type: SystemString
Class name in format application.class - dataRow
- Type: System.DataDataRow
Data row containing both tree node and coupled table
Type Parameters
- ItemType
Return Value
Type:
ItemTypeSee Also