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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
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