Click or drag to resize
CMSPagePlaceholderFindZone Method
Finds the zone by its ID.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public CMSWebPartZone FindZone(
	string zoneId
)

Parameters

zoneId
Type: SystemString
Zone ID

Return Value

Type: CMSWebPartZone
See Also