Click or drag to resize
CurrentComponentsListRegisterWebPart Method
Registers the web part within the collection of web part s for current request.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void RegisterWebPart(
	WebPartInfo webPart
)

Parameters

webPart
Type: CMS.PortalEngineWebPartInfo
Web part object to register within current request
See Also