Click or drag to resize
CMSAbstractWebPart.LoadContent 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: 13.0.131
Syntax
C#
public void LoadContent(
	WebPartInstance partInstance,
	bool reloadData = true
)

Parameters

partInstance
Type: CMS.PortalEngine.WebPartInstance
Web part instance with initialization data
reloadData (Optional)
Type: System.Boolean
Reload control data
See Also