| ICMSEditableControlLoadContent Method (PageInfo, Boolean) | 
            Loads the control content.
            
 
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxvoid LoadContent(
	PageInfo pageInfo,
	bool forceReload = false
)
Parameters
- pageInfo
- Type: CMS.PortalEnginePageInfo
 Page info with the web part content
- forceReload (Optional)
- Type: SystemBoolean
 If true, the content is forced to be reloaded
 See Also
See Also