FormUserControlInfo Constructor (DataRow) |
Constructor, creates FormUserControlInfo object from the given DataRow data.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public FormUserControlInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Datarow with the class info data
See Also