CMSAbstractLayout.LoadContent Method |
Loads the page content to the layout.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntaxpublic virtual void LoadContent(
PageInfo pageInfo,
bool reloadData = true,
bool allowOrphanedZones = false
)
Parameters
- pageInfo
- Type: CMS.DocumentEngine.PageInfo
Page info object with the page content - reloadData (Optional)
- Type: System.Boolean
Reload the page data - allowOrphanedZones (Optional)
- Type: System.Boolean
If true, orphaned zones should be added to the layout
See Also