BizFormItem Constructor (String, DataRow) |
Base constructor for inherited classes and internal purposes
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax 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