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