Click or drag to resize
CurrentComponentsListLayouts Property
Layouts used by current page. Layout 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, LayoutInfo> Layouts { get; protected set; }

Property Value

Type: DictionaryString, LayoutInfo
See Also