PageTemplateInstanceGetNestedZones Method |
Gets the list of zones nested in the given web part
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public IEnumerable<WebPartZoneInstance> GetNestedZones(
string webPartId
)
Parameters
- webPartId
- Type: SystemString
Web part ID
Return Value
Type:
IEnumerableWebPartZoneInstanceSee Also