Click or drag to resize

ILingualMappingManagerMap(IContentItem, String) Method


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.6.492
Syntax
ILingualPageMap Map(
	IContentItem masterPage,
	string targetLocale
)

Parameters

masterPage  IContentItem
Master page of the lingual map
targetLocale  String
Target locale of the lingual map

Return Value

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