CMSAbstractLayoutWebPartAddZone Method |
Adds the zone with given ID to the layout.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
CMSWebPartZoneSee Also