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: 12.0.0
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