PageTemplateDeviceLayoutInfoProviderCloneInfoObject Method |
Clone the info object and combine it with the layout content (layout code, type, css...).
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax 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:
BaseInfoSee Also