CurrentComponentsListRegisterWebPart Method |
Registers the web part within the collection of web part s for current request.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public void RegisterWebPart(
WebPartInfo webPart
)
Parameters
- webPart
- Type: CMS.PortalEngineWebPartInfo
Web part object to register within current request
See Also