Click or drag to resize
CurrentComponentsListWebParts Property
List of web parts used by current page. Hashtable [webPartName.ToLowerCSafe() -> WebPartInfo]

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public Hashtable WebParts { get; protected set; }

Property Value

Type: Hashtable
See Also