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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public PageInfo(
	IDataContainer container
)

Parameters

container
Type: CMS.BaseIDataContainer
Container with the data (CMS_Tree_Joined + CMS_PageTemplate)
See Also