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

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

Parameters

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