Click or drag to resize
BizFormItemProviderCreateInfo Method (DataRow, Boolean)
Creates new BizForm item instance

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
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: BizFormItem
See Also