Click or drag to resize
CurrentComponentsList Class
Current components used on the page
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineCurrentComponentsList

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public class CurrentComponentsList

The CurrentComponentsList type exposes the following members.

Constructors
  NameDescription
Public methodCurrentComponentsList
Top
Properties
  NameDescription
Public propertyContainers
Web part containers used by current page. Container name is used as a key.
Public propertyDeviceLayouts
Device layouts used by current page. Full name of the device layout is used as a key.
Public propertyLayouts
Layouts used by current page. Layout name is used as a key.
Public propertyTemplates
Page templates used by current page. Page template name is used as a key.
Public propertyTransformations
Transformations used by current page. Full name of the transformation is used as a key.
Public propertyWebPartLayouts
Web part layouts used by current page. Full name of the web part layout is used as a key.
Public propertyWebParts
Web parts used by current page. Web part name is used as a key.
Top
Methods
  NameDescription
Public methodRegisterDeviceLayout
Registers the device layout within the collection of device layouts for current request.
Public methodRegisterLayout
Registers the layout within the collection of layouts for current request.
Public methodRegisterPageTemplate
Registers the page template within the collection of page templates for current request.
Public methodRegisterTransformation
Registers the transformation within the collection of transformations for current request.
Public methodRegisterWebPart
Registers the web part within the collection of web part s for current request.
Public methodRegisterWebPartContainer
Registers the web part container within the collection of containers for current request.
Public methodRegisterWebPartLayout
Registers the web part layout within the collection of web part layouts for current request.
Top
See Also