CurrentComponentsList Class |
Namespace: CMS.PortalEngine
public class CurrentComponentsList
The CurrentComponentsList type exposes the following members.
Name | Description | |
---|---|---|
CurrentComponentsList |
Name | Description | |
---|---|---|
Containers |
Web part containers used by current page. Container name is used as a key.
| |
DeviceLayouts |
Device layouts used by current page. Full name of the device layout is used as a key.
| |
Layouts |
Layouts used by current page. Layout name is used as a key.
| |
Templates |
Page templates used by current page. Page template name is used as a key.
| |
Transformations |
Transformations used by current page. Full name of the transformation is used as a key.
| |
WebPartLayouts |
Web part layouts used by current page. Full name of the web part layout is used as a key.
| |
WebParts |
Web parts used by current page. Web part name is used as a key.
|
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.
|