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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void RegisterWebPartLayout(
	WebPartLayoutInfo webPartLayout
)

Parameters

webPartLayout
Type: CMS.PortalEngineWebPartLayoutInfo
Web part layout object to register within current request
See Also