Click or drag to resize
CMSAbstractLayoutWebPartAddZone Method
Adds the zone with given ID to the layout.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
protected CMSWebPartZone AddZone(
	string id,
	string title,
	Control container = null
)

Parameters

id
Type: SystemString
Zone ID
title
Type: SystemString
Zone title
container (Optional)
Type: System.Web.UIControl
Container to which add the zone

Return Value

Type: CMSWebPartZone
See Also