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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public virtual void LoadContent(
	PageInfo pageInfo,
	bool forceReload = false
)

Parameters

pageInfo
Type: CMS.DocumentEngine.PageInfo
Page info with the web part content
forceReload (Optional)
Type: System.Boolean
If true, the content is forced to reload

Implements

ICMSEditableControl.LoadContent(PageInfo, Boolean)
See Also