Retrieves the complete lingual map information for the specified page
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- pageId
- Type: SystemString
Id of the Page to retrieve lingual map information for
Return Value
Type: XHRServiceResponseGenericPageLingualMapsPage lingual map information
Examples
JavaScript
{
"clones": [{
id: x123,
locale: "zh-cn",
name: "中文网页"
}, {
id: x234,
locale: "ja-jp",
name: "日本のページ"
}],
"master": {
id: x12,
locale: "en-us",
name: "English Page"
}
}See Also