CMSAbstractLayoutLoadContent Method |
Loads the page content to the layout.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax 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