Click or drag to resize
LayoutInfo Constructor (DataRow)
Constructor, creates LayoutInfo object from the given DataRow data.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public LayoutInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Datarow with the class info data
See Also