Click or drag to resize
PageTemplateInstance.LoadZones 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: System.String
Web parts XML

Return Value

Type: List<WebPartZoneInstance>
See Also