ILingualMappingManagerMap Method (IPage, String) Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ILingualPageMap Map(
	IPage masterPage,
	string targetLocale
)

Parameters

masterPage
Type: Ingeniux.CMSIPage
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

Reference