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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.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