| CurrentComponentsList Class | 
Namespace: CMS.PortalEngine
public class CurrentComponentsList
The CurrentComponentsList type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentComponentsList | 
| Name | Description | |
|---|---|---|
| Containers | 
            List of web part containers used by current page. Hashtable [containerName.ToLowerCSafe() -> WebPartContainerInfo]
              | |
| DeviceLayouts | 
            List of device layouts used by current page. Hashtable [DeviceLayoutFullname -> PageTemplateDeviceLayoutInfo]
              | |
| Layouts | 
            List of layouts used by current page. Hashtable [layoutName.ToLowerCSafe() -> LayoutInfo]
              | |
| Templates | 
            List of page templates used by current page. Hashtable [templateName.ToLowerCSafe() -> PageTemplateInfo]
              | |
| Transformations | 
            List of transformations used by current page. Hashtable [fullName.ToLowerCSafe() -> TransformationInfo]
              | |
| WebPartLayouts | 
            List of web part layouts used by current page. Hashtable [fullName.ToLowerCSafe() -> WebPartLayoutInfo]
              | |
| WebParts | 
            List of web parts used by current page. Hashtable [webPartName.ToLowerCSafe() -> WebPartInfo]
              | 
| Name | Description | |
|---|---|---|
| RegisterDeviceLayout | 
            Registers the device layout within the collection of device layouts for current request.
              | |
| RegisterLayout | 
            Registers the layout within the collection of layouts for current request.
              | |
| RegisterPageTemplate | 
            Registers the page template within the collection of page templates for current request.
              | |
| RegisterTransformation | 
            Registers the transformation within the collection of transformations for current request.
              | |
| RegisterWebPart | 
            Registers the web part  within the collection of web part s for current request.
              | |
| RegisterWebPartContainer | 
            Registers the web part container within the collection of containers for current request.
              | |
| RegisterWebPartLayout | 
            Registers the web part layout within the collection of web part layouts for current request.
              |