Click or drag to resize
CMSAbstractLayoutWebPartZones Property
Returns the table of all the inner web part zones.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public SafeDictionary<string, CMSWebPartZone> WebPartZones { get; }

Property Value

Type: SafeDictionaryString, CMSWebPartZone
See Also