Click or drag to resize
PageTemplateDeviceLayoutInfoProviderCloneInfoObject Method
Clone the info object and combine it with the layout content (layout code, type, css...).

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static BaseInfo CloneInfoObject(
	BaseInfo infoObj,
	int layoutId
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
The source info object
layoutId
Type: SystemInt32
The id of the source layout

Return Value

Type: BaseInfo
See Also