Click or drag to resize
PageTemplateInstanceGetNestedZones Method
Gets the list of zones nested in the given web part

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<WebPartZoneInstance> GetNestedZones(
	string webPartId
)

Parameters

webPartId
Type: SystemString
Web part ID

Return Value

Type: IEnumerableWebPartZoneInstance
See Also