CurrentComponentsListRegisterLayout Method |
Registers the layout within the collection of layouts for current request.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public void RegisterLayout(
LayoutInfo layout
)
Parameters
- layout
- Type: CMS.PortalEngineLayoutInfo
Layout object to register within current request
See Also