Click or drag to resize
PageInfo Constructor (DataRow)
Constructor.

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

Parameters

dr
Type: System.DataDataRow
Datarow with the data (CMS_Tree_Joined + CMS_PageTemplate)
See Also