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

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

Property Value

Type: SafeDictionaryString, CMSWebPartZone
See Also