Click or drag to resize
CMSPortalManagerEnsureNotLoadedZones Method
Ensures the list of the zones that were not yet loaded.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public List<WebPartZoneInstance> EnsureNotLoadedZones(
	List<WebPartZoneInstance> zones
)

Parameters

zones
Type: System.Collections.GenericListWebPartZoneInstance
List of zones

Return Value

Type: ListWebPartZoneInstance
See Also