| PageTemplateDeviceLayoutInfoProviderGetTemplateDeviceLayoutInfoInternal Method (Int32, Int32) | 
            Returns TemplateDeviceInfo for specified template and device profile.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxprotected 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