BizFormItemProviderCreateInfo Method (DataRow, Boolean) |
Creates new BizForm item instance
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax protected override BizFormItem CreateInfo(
DataRow dr = null,
bool useGenerator = true
)
Parameters
- dr (Optional)
- Type: System.DataDataRow
DataRow with the data - useGenerator (Optional)
- Type: SystemBoolean
If true, the process allows using the generator to differentiate between particular info types based on data
Return Value
Type:
BizFormItemSee Also