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

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

Parameters

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