Click or drag to resize
PageTemplateDeviceLayoutInfoProviderGetTemplateDeviceLayoutInfo Method (Int32, Int32)
Returns TemplateDeviceInfo for specified template and device profile.

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

Parameters

templateId
Type: SystemInt32
Template id
deviceProfileId
Type: SystemInt32
Device profile id

Return Value

Type: PageTemplateDeviceLayoutInfo
See Also