BizFormItem Constructor (String, DataRow) |
Base constructor for inherited classes and internal purposes
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax public BizFormItem(
string className,
DataRow dr = null
)
Parameters
- className
- Type: System.String
Class name of the document - dr (Optional)
- Type: System.Data.DataRow
Data row with the data
See Also