Click or drag to resize
ICMSEditableControlLoadContent Method (PageInfo, Boolean)
Loads the control content.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
void LoadContent(
	PageInfo pageInfo,
	bool forceReload = false
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
Page info with the web part content
forceReload (Optional)
Type: SystemBoolean
If true, the content is forced to be reloaded
See Also