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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public CMSWebPartZone FindZone(
	string zoneId
)

Parameters

zoneId
Type: SystemString
Zone ID

Return Value

Type: CMSWebPartZone
See Also