Click or drag to resize
PageTemplateInstanceLoadZones Method

Note: This API is now obsolete.

Reloads the zones and webparts info.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method LoadFromXml")]
public List<WebPartZoneInstance> LoadZones(
	string webPartsXml
)

Parameters

webPartsXml
Type: SystemString
Web parts XML

Return Value

Type: ListWebPartZoneInstance
See Also