CMSPagePlaceholderLoadContent Method |
Load the page content to the placeholder.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax public void LoadContent(
PageInfo pageInfo,
bool reloadData = true
)
Parameters
- pageInfo
- Type: CMS.DocumentEnginePageInfo
Page info with the page content - reloadData (Optional)
- Type: SystemBoolean
Reload the data
See Also