CurrentComponentsListRegisterWebPartLayout Method |
Registers the web part layout within the collection of web part layouts for current request.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public void RegisterWebPartLayout(
WebPartLayoutInfo webPartLayout
)
Parameters
- webPartLayout
- Type: CMS.PortalEngineWebPartLayoutInfo
Web part layout object to register within current request
See Also