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

Parameters

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

Return Value

Type: PageTemplateDeviceLayoutInfo
See Also