CMSWebPartZoneLoadWebParts Method |
Loads the web parts to the control.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax 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