Click or drag to resize
CurrentComponentsListRegisterWebPartContainer Method
Registers the web part container within the collection of containers for current request.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void RegisterWebPartContainer(
	WebPartContainerInfo container
)

Parameters

container
Type: CMS.PortalEngineWebPartContainerInfo
Container object to register within current request
See Also