Click or drag to resize
CurrentComponentsListWebPartLayouts Property
Web part layouts used by current page. Full name of the web part layout is used as a key.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public Dictionary<string, WebPartLayoutInfo> WebPartLayouts { get; protected set; }

Property Value

Type: DictionaryString, WebPartLayoutInfo
See Also