Click or drag to resize
WebPartZoneTypeEnum Enumeration
Web part zone type enumeration which defines position of the web par zone used in the UI pages

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public enum WebPartZoneTypeEnum
Members
  Member nameValueDescription
Content0 The content zone.
Header1 The header zone, uses a fixed positioning and is placed at the top of the page.
Footer2 The footer zone, uses a fixed positioning and is placed at the bottom of the page.
DialogFooter3 The dialog footer zone, uses a fixed positioning and is placed at the bottom of the page. This zone is displayed only in dialogs.
See Also