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

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

Parameters

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