ILingualMappingManagerMapByClone Method (IPage) Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

ILingualPageMap MapByClone(
	IPage clonePage
)

Parameters

clonePage
Type: Ingeniux.CMSIPage
The clone page for which to retrieve lingual maps

Return Value

Type: ILingualPageMap
Lingual map of 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

Reference