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