WebPartInfo Constructor (DataRow) |
Constructor, creates an empty WebPartInfo object from the given DataRow data.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public WebPartInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Datarow with the class info data
See Also