| 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: 13.0.131
 Syntax
Syntaxpublic 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
See Also