Click or drag to resize

ILingualMappingManagerMap Method (IContentItem, String)


Retrieves a lingual map by its master page and target locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ILingualPageMap Map(
	IContentItem masterPage,
	string targetLocale
)

Parameters

masterPage
Type: Ingeniux.CMSIContentItem
Master page of the lingual map
targetLocale
Type: SystemString
Target locale of the lingual map

Return Value

Type: ILingualPageMap
Lingual map with given master page and target locale. Null if no lingual map matches the criteria.
See Also