| CMSAbstractLayoutLoadContent Method | 
            Loads the page content to the layout.
            
 
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also