Click or drag to resize
DeviceProfileLayoutInfoProviderGetTargetLayoutInfo Method (DeviceProfileInfo, LayoutInfo)
Returns a target layout for the specified device profile and source layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static LayoutInfo GetTargetLayoutInfo(
	DeviceProfileInfo deviceProfile,
	LayoutInfo sourceLayout
)

Parameters

deviceProfile
Type: CMS.PortalEngineDeviceProfileInfo
Device profile.
sourceLayout
Type: CMS.PortalEngineLayoutInfo
Source layout.

Return Value

Type: LayoutInfo
See Also