Click or drag to resize
CurrentComponentsListContainers Property
Web part containers used by current page. Container name is used as a key.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public Dictionary<string, WebPartContainerInfo> Containers { get; protected set; }

Property Value

Type: DictionaryString, WebPartContainerInfo
See Also