Click or drag to resize
PageTemplateInstanceLoadZones Method
Reloads the zones and webparts info.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public List<WebPartZoneInstance> LoadZones(
	string webPartsXml
)

Parameters

webPartsXml
Type: SystemString
Web parts XML

Return Value

Type: ListWebPartZoneInstance
See Also