Click or drag to resize
BizFormItem Constructor (String, DataRow)
Base constructor for inherited classes and internal purposes

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

Parameters

className
Type: SystemString
Class name of the document
dr (Optional)
Type: System.DataDataRow
Data row with the data
See Also