Click or drag to resize
CurrentComponentsListRegisterLayout Method
Registers the layout within the collection of layouts for current request.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void RegisterLayout(
	LayoutInfo layout
)

Parameters

layout
Type: CMS.PortalEngineLayoutInfo
Layout object to register within current request
See Also