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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.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