Click or drag to resize
PageTemplateDeviceLayoutInfo Constructor (DataRow)
Constructor - Creates a new ReportSubscriptionInfo object from the given DataRow.

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

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also