Click or drag to resize
PageTemplateDeviceLayoutInfoProviderGetTemplateDeviceLayoutInfoInternal 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#
protected virtual PageTemplateDeviceLayoutInfo GetTemplateDeviceLayoutInfoInternal(
	int templateDevicelayoutId
)

Parameters

templateDevicelayoutId
Type: SystemInt32
Device layout ID.

Return Value

Type: PageTemplateDeviceLayoutInfo
See Also