Click or drag to resize

ILingualMappingManagerMapByClone(String) Method


Retrieves a lingual map by a given page, which serves the role of clone in the map.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ILingualPageMap MapByClone(
	string cloneItemId
)

Parameters

cloneItemId  String
The clone page ID for which to retrieve lingual maps

Return Value

ILingualPageMap
Lingual map of the given page as clone. If page doesn't have lingual maps, or it is the master page for all its lingual maps, this method returns null.
See Also