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.3.169
Syntax ILingualPageMap Map(
IContentItem masterPage,
string targetLocale
)
Function Map (
masterPage As IContentItem,
targetLocale As String
) As ILingualPageMap
ILingualPageMap^ Map(
IContentItem^ masterPage,
String^ targetLocale
)
abstract Map :
masterPage : IContentItem *
targetLocale : string -> ILingualPageMap
Parameters
- masterPage
- Type: Ingeniux.CMSIContentItem
Master page of the lingual map - targetLocale
- Type: SystemString
Target locale of the lingual map
Return Value
Type:
ILingualPageMapLingual map with given master page and target locale. Null if no lingual map matches the criteria.
See Also