ILingualMappingManagerMap(IContentItem, String) Method
|
Retrieves a lingual map by its master page and target locale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxILingualPageMap 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 IContentItem
- Master page of the lingual map
- targetLocale String
- Target locale of the lingual map
Return Value
ILingualPageMapLingual map with given master page and target locale. Null if no lingual map matches the criteria.
See Also