Click or drag to resize
PageTemplateDeviceLayoutInfoProviderGetTemplateDeviceLayoutInfo Method (Int32)
Returns template device layout with specified ID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static PageTemplateDeviceLayoutInfo GetTemplateDeviceLayoutInfo(
	int deviceLayoutId
)

Parameters

deviceLayoutId
Type: SystemInt32
Template device layout ID.

Return Value

Type: PageTemplateDeviceLayoutInfo
See Also