CurrentComponentsListRegisterWebPartContainer Method |
Registers the web part container within the collection of containers for current request.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public void RegisterWebPartContainer(
WebPartContainerInfo container
)
Parameters
- container
- Type: CMS.PortalEngineWebPartContainerInfo
Container object to register within current request
See Also