Click or drag to resize
CMSAbstractLayoutRegisterZone Method
Registers the zone within the list of zones.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public void RegisterZone(
	CMSWebPartZone zone
)

Parameters

zone
Type: CMS.PortalControlsCMSWebPartZone
Zone to register
See Also