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