Click or drag to resize
DeviceProfileLayoutInfoProviderGetTargetLayoutInfo Method (Int32, Int32)
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(
	int deviceProfileId,
	int sourceLayoutId
)

Parameters

deviceProfileId
Type: SystemInt32
Device profile identifier.
sourceLayoutId
Type: SystemInt32
Source layout identifier.

Return Value

Type: LayoutInfo
See Also