Click or drag to resize
PageTemplateDeviceLayoutInfoProviderSetTemplateDeviceLayoutInfo Method
Sets (updates or inserts) specified template device layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetTemplateDeviceLayoutInfo(
	PageTemplateDeviceLayoutInfo deviceLayoutObj
)

Parameters

deviceLayoutObj
Type: CMS.PortalEnginePageTemplateDeviceLayoutInfo
Template device layout to be set.
See Also