Click or drag to resize
CMSAbstractWebPartLoadContent Method
Load the content to the web part.

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(
	WebPartInstance partInstance,
	bool reloadData = true
)

Parameters

partInstance
Type: CMS.PortalEngineWebPartInstance
Web part instance with initialization data
reloadData (Optional)
Type: SystemBoolean
Reload control data
See Also