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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetTemplateDeviceLayoutInfoInternal(
	PageTemplateDeviceLayoutInfo templateDevicelayoutObj
)

Parameters

templateDevicelayoutObj
Type: CMS.PortalEnginePageTemplateDeviceLayoutInfo
Device layout to be set.
See Also