CMSWebPartZoneLoadWebParts Method |
Loads the web parts to the control.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
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