Click or drag to resize
CMSWebPartZoneLoadWebParts Method
Loads the web parts to the control.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public void LoadWebParts(
	WebPartZoneInstance zoneInstance,
	bool reloadData = true
)

Parameters

zoneInstance
Type: CMS.PortalEngineWebPartZoneInstance
Zone instance with the web parts data
reloadData (Optional)
Type: SystemBoolean
If true, the web part are forced to reload the data
See Also