PageCommandsServicesGetFullLingualMaps Method Ingeniux CMS Web Services API

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

public XHRServiceResponseGeneric<PageLingualMaps> GetFullLingualMaps(
	string pageId
)

Parameters

pageId
Type: SystemString
Id of the Page to retrieve lingual map information for

Return Value

Type: XHRServiceResponseGenericPageLingualMaps
Page lingual map information
Examples

Output example
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

Reference