Click or drag to resize
CMSAbstractLayoutLoadContent Method
Loads the page content to the layout.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual void LoadContent(
	PageInfo pageInfo,
	bool reloadData = true,
	bool allowOrphanedZones = false
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
Page info object with the page content
reloadData (Optional)
Type: SystemBoolean
Reload the page data
allowOrphanedZones (Optional)
Type: SystemBoolean
If true, orphaned zones should be added to the layout
See Also