Click or drag to resize
CMSPagePlaceholderLoadContent Method
Load the page content to the placeholder.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
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