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

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

Parameters

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