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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.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