Click or drag to resize
PortalHelperCollectWebPartZones Method
Returns the list of all the WebPartZones within the given control (searches only for the level 0 placeholders, does not search recursively in the placeholders).

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public static List<CMSWebPartZone> CollectWebPartZones(
	Control parent
)

Parameters

parent
Type: System.Web.UIControl
Parent control

Return Value

Type: ListCMSWebPartZone
See Also