Click or drag to resize
PageTemplateDeviceLayoutInfoProviderGetLayoutObject Method (PageTemplateInfo, DeviceProfileInfo)
Returns the layout object and type for specific page template

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static Object GetLayoutObject(
	PageTemplateInfo ti,
	DeviceProfileInfo dpi
)

Parameters

ti
Type: CMS.PortalEnginePageTemplateInfo
Template info
dpi
Type: CMS.PortalEngineDeviceProfileInfo
Current device profile info

Return Value

Type: Object
See Also