Click or drag to resize
CMSConditionalLayoutWebPartZones Property
Returns the list of all the inner web part zones (CMSWebPartZone controls).

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public List<CMSWebPartZone> WebPartZones { get; }

Property Value

Type: ListCMSWebPartZone
See Also