Click or drag to resize

ILingualMappingManagerMapByClone Method (IContentItem)


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.5.94
Syntax
ILingualPageMap MapByClone(
	IContentItem cloneItem
)

Parameters

cloneItem
Type: Ingeniux.CMSIContentItem

[Missing <param name="cloneItem"/> documentation for "M:Ingeniux.CMS.ILingualMappingManager.MapByClone(Ingeniux.CMS.IContentItem)"]

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