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

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

Parameters

layout
Type: CMS.PortalEnginePageTemplateDeviceLayoutInfo
Device layout object to register within current request
See Also